From 5f0c7ea489610eb7372d50897abf6e7dcfe3081f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:01:24 -0500 Subject: [PATCH 1/2] chore(deps): update wandalen/wretry.action action to v3.6.0 (#1851) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index e39c34dd0b0..1688d51bb15 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@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 + uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.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@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 + uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.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@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 + uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.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@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 + uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # v3.6.0 with: attempt_limit: 3 attempt_delay: 15000 From ecb285e56b222e418f77b682da9b473255c9f691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:55:31 -0500 Subject: [PATCH 2/2] chore(deps): update wandalen/wretry.action action to v3.7.0 (#1882) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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