diff --git a/action.yml b/action.yml index 921d45a1..7e7e3c22 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action@v1.2.0_js_action + uses: Wandalen/wretry.action@v1.3.0_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index ae3f427b..3cf36972 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.2.0 + version: 1.3.0 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen