From 5d5a9bd4204a45a0a541d7f156fde98f57266582 Mon Sep 17 00:00:00 2001 From: dmvict Date: Thu, 8 Feb 2024 08:03:25 +0200 Subject: [PATCH] version 1.4.0 --- action.yml | 6 ++++-- will.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index b96097b5..3871429b 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,9 @@ inputs: required: false default: 0 time_out: - description: 'Set time out in ms for entire step including all retries. By default actions sets no time out.' + description: >- + Set time out in ms for entire step including all retries. By default + actions sets no time out. required: false default: false outputs: @@ -42,7 +44,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action@v1.3.0_js_action + uses: Wandalen/wretry.action@v1.4.0_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index 3cf36972..bb5e31f5 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.3.0 + version: 1.4.0 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen