diff --git a/action.yml b/action.yml index c2fc1fe2..2486964e 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: using: composite steps: - name: retry - uses: Wandalen/wretry.action@v1.0.38_js_action + uses: Wandalen/wretry.action@v1.0.39_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index d356d4ec..00a6262f 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.0.38 + version: 1.0.39 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen