Skip to content

Commit ae23a2f

Browse files
Bump Wandalen/wretry.action from 1.0.11 to 1.0.12
Bumps [Wandalen/wretry.action](https://github.com/Wandalen/wretry.action) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/Wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v1.0.11...v1.0.12) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a775a26 commit ae23a2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
### Download and import previously built image (if it exists)
9393
###
9494
- name: "[Artifact Load] Download previously built image"
95-
uses: Wandalen/wretry.action@v1.0.11
95+
uses: Wandalen/wretry.action@v1.0.12
9696
with:
9797
action: actions/download-artifact@v3
9898
with: |
@@ -148,7 +148,7 @@ jobs:
148148
### Upload current image
149149
###
150150
- name: "[Artifact Save] Upload currently built image"
151-
uses: Wandalen/wretry.action@v1.0.11
151+
uses: Wandalen/wretry.action@v1.0.12
152152
with:
153153
action: actions/upload-artifact@v3
154154
with: |

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
### Download and import previously built image
9797
###
9898
- name: "[Artifact Load] Download previously built image"
99-
uses: Wandalen/wretry.action@v1.0.11
99+
uses: Wandalen/wretry.action@v1.0.12
100100
with:
101101
action: actions/download-artifact@v3
102102
with: |

.github/workflows/docker-multistage-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
### Download and import previously built image
7979
###
8080
- name: "[Artifact Load] Download previously built image"
81-
uses: Wandalen/wretry.action@v1.0.11
81+
uses: Wandalen/wretry.action@v1.0.12
8282
with:
8383
action: actions/download-artifact@v3
8484
with: |

0 commit comments

Comments
 (0)