Skip to content

Commit

Permalink
chore(deps): update wandalen/wretry.action action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and karman011 committed Oct 30, 2024
1 parent 7792cf9 commit 5b7fb1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Get Current Fedora Version
id: labels
uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0
uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
containers: ${{ env.AKMODS_FLAVOR }}-kernel:${{ env.kernel_release }}

- name: Verify Kernel Version Matches
uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0
uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:

- name: Pull images
if: github.event_name == 'pull_request' && ( matrix.image_flavor == 'main' || matrix.image_flavor == 'nvidia' ) || github.event_name != 'pull_request'
uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0
uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
- name: Push to GHCR
id: push
if: github.event_name != 'pull_request'
uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0
uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0
with:
attempt_limit: 3
attempt_delay: 15000
Expand Down

0 comments on commit 5b7fb1f

Please sign in to comment.