Skip to content

Commit e7ece97

Browse files
authoredNov 4, 2024
Bump Wandalen/wretry.action from 1.4.5 to 3.7.0
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.4.5 to 3.7.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v1.4.5...v3.7.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20200ee commit e7ece97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/cirque.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Get Cirque Bootstrap cache key
7575
id: cirque-bootstrap-cache-key
7676
run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT
77-
- uses: Wandalen/wretry.action@v1.4.10
77+
- uses: Wandalen/wretry.action@v3.7.0
7878
name: Cirque Bootstrap cache
7979
if: ${{ !env.ACT }}
8080
continue-on-error: true

‎.github/workflows/gradle-wrapper-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: Wandalen/wretry.action@v1.4.5
14+
- uses: Wandalen/wretry.action@v3.7.0
1515
name: Gradle Validation
1616
continue-on-error: true
1717
with:

0 commit comments

Comments
 (0)