From 560268f8f6a47848a743dee21f435c9ddbbfeaec Mon Sep 17 00:00:00 2001 From: dmvict <dm.vict.kr@gmail.com> Date: Thu, 8 Feb 2024 10:14:04 +0200 Subject: [PATCH] version 1.4.1 --- action.yml | 2 +- will.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3871429b..e3f0ed63 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action@v1.4.0_js_action + uses: Wandalen/wretry.action@v1.4.1_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index bb5e31f5..2203d040 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.4.0 + version: 1.4.1 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen <wandalen@obox.systems>