Skip to content

Commit

Permalink
chore(deps): bump Wandalen/wretry.action from 3.7.2 to 3.7.3 (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2025
1 parent fad8c4d commit 5de751b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- name: Fetch CoreOS stream versions
id: fetch
uses: Wandalen/[email protected].2
uses: Wandalen/[email protected].3
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v4

- name: Pull base and kmod images
uses: Wandalen/[email protected].2
uses: Wandalen/[email protected].3
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:

# Push the image to GHCR (Image Registry)
- name: Push To GHCR
uses: Wandalen/[email protected].2
uses: Wandalen/[email protected].3
id: push
if: github.event_name != 'pull_request'
env:
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
- name: Pull base and kmod images
uses: Wandalen/[email protected].2
uses: Wandalen/[email protected].3
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -553,7 +553,7 @@ jobs:

# Push the image to GHCR (Image Registry)
- name: Push To GHCR
uses: Wandalen/[email protected].2
uses: Wandalen/[email protected].3
id: push
if: github.event_name != 'pull_request'
env:
Expand Down

0 comments on commit 5de751b

Please sign in to comment.