diff --git a/action.yml b/action.yml index 54a55879..58158d30 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action@v1.4.6_js_action + uses: Wandalen/wretry.action@v1.4.7_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index 1932fa62..6a01d83e 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.4.6 + version: 1.4.7 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen