diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1688d51bb15..9c9c4b16922 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -137,7 +137,7 @@ jobs: - name: Get Current Fedora Version id: labels - uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0 + uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # v3.7.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -195,7 +195,7 @@ jobs: containers: ${{ env.AKMODS_FLAVOR }}-kernel:${{ env.kernel_release }} - name: Verify Kernel Version Matches - uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0 + uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # v3.7.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -358,7 +358,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@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0 + uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # v3.7.0 with: attempt_limit: 3 attempt_delay: 15000 @@ -473,7 +473,7 @@ jobs: - name: Push to GHCR id: push if: github.event_name != 'pull_request' - uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0 + uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # v3.7.0 with: attempt_limit: 3 attempt_delay: 15000