diff --git a/action.yml b/action.yml index d7097570..0340683e 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: using: composite steps: - name: retry - uses: Wandalen/wretry.action@v1.0.33_js_action + uses: Wandalen/wretry.action@v1.0.34_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index 346fa761..dbdf1b77 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.0.33 + version: 1.0.34 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen