From 0ef67d343938e879e0a9bb37c107a55731e8ed35 Mon Sep 17 00:00:00 2001 From: dmvict Date: Tue, 27 Feb 2024 16:50:58 +0200 Subject: [PATCH] version 1.4.5 --- action.yml | 2 +- will.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index be1e8989..1dde18d8 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action@v1.4.4_js_action + uses: Wandalen/wretry.action@v1.4.5_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index a6e2d270..a383111b 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.4.4 + version: 1.4.5 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen