Skip to content

Commit 3a41769

Browse files
chore(deps): bump Wandalen/wretry.action from 2.1.0 to 3.4.0
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 2.1.0 to 3.4.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v2.1.0...v3.4.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf4037b commit 3a41769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
wc -c certs/private_key.priv
124124
125125
- name: Pull build image
126-
uses: Wandalen/wretry.action@v2.1.0
126+
uses: Wandalen/wretry.action@v3.4.0
127127
with:
128128
attempt_limit: 3
129129
attempt_delay: 15000
@@ -233,7 +233,7 @@ jobs:
233233

234234

235235
- name: Push To GHCR
236-
uses: Wandalen/wretry.action@v2.1.0
236+
uses: Wandalen/wretry.action@v3.4.0
237237
id: push
238238
if: github.event_name != 'pull_request'
239239
env:

0 commit comments

Comments
 (0)