Skip to content

Commit e68c23e

Browse files
committed
version 3.8.0
1 parent ffdd254 commit e68c23e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
steps:
6363
- name: retry
6464
id: retry
65-
uses: Wandalen/wretry.action@v3.7.3_js_action
65+
uses: Wandalen/wretry.action@v3.8.0_js_action
6666
with:
6767
action: '${{ inputs.action }}'
6868
command: '${{ inputs.command }}'

main/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
steps:
6363
- name: retry
6464
id: retry
65-
uses: Wandalen/wretry.action/main@v3.7.3_js_action
65+
uses: Wandalen/wretry.action/main@v3.8.0_js_action
6666
with:
6767
action: '${{ inputs.action }}'
6868
command: '${{ inputs.command }}'

post/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
steps:
6363
- name: retry
6464
id: retry
65-
uses: Wandalen/wretry.action/post@v3.7.3_js_action
65+
uses: Wandalen/wretry.action/post@v3.8.0_js_action
6666
with:
6767
action: '${{ inputs.action }}'
6868
command: '${{ inputs.command }}'

pre/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
steps:
6363
- name: retry
6464
id: retry
65-
uses: Wandalen/wretry.action/pre@v3.7.3_js_action
65+
uses: Wandalen/wretry.action/pre@v3.8.0_js_action
6666
with:
6767
action: '${{ inputs.action }}'
6868
command: '${{ inputs.command }}'

will.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about:
22
name: wretry.action
3-
version: 3.7.3
3+
version: 3.8.0
44
description: Retries an Github Action step on failure
55
enabled: 0
66
author: Kostiantyn Wandalen <wandalen@obox.systems>

0 commit comments

Comments
 (0)