Skip to content

Commit 797c149

Browse files
chore(deps): bump Wandalen/wretry.action from 3.4.0 to 3.5.0 (ublue-os#1117)
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8360bc2 commit 797c149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
echo "alias_tags=${alias_tags[*]}" >> $GITHUB_OUTPUT
180180
181181
- name: Pull main and akmods images
182-
uses: Wandalen/wretry.action@v3.4.0
182+
uses: Wandalen/wretry.action@v3.5.0
183183
with:
184184
attempt_limit: 3
185185
attempt_delay: 15000
@@ -192,7 +192,7 @@ jobs:
192192
193193
- name: Get source versions
194194
id: labels
195-
uses: Wandalen/wretry.action@v3.4.0
195+
uses: Wandalen/wretry.action@v3.5.0
196196
with:
197197
attempt_limit: 3
198198
attempt_delay: 15000
@@ -271,7 +271,7 @@ jobs:
271271

272272
# Push the image to GHCR (Image Registry)
273273
- name: Push To GHCR
274-
uses: Wandalen/wretry.action@v3.4.0
274+
uses: Wandalen/wretry.action@v3.5.0
275275
id: push
276276
if: github.event_name != 'pull_request'
277277
env:

0 commit comments

Comments
 (0)