Skip to content

Commit 9c111ee

Browse files
Bump Wandalen/wretry.action from 1.4.5 to 3.8.0
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.4.5 to 3.8.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v1.4.5...v3.8.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 af336ec commit 9c111ee

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
@@ -75,7 +75,7 @@ jobs:
7575
- name: Get Cirque Bootstrap cache key
7676
id: cirque-bootstrap-cache-key
7777
run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT
78-
- uses: Wandalen/wretry.action@v1.4.10
78+
- uses: Wandalen/wretry.action@v3.8.0
7979
name: Cirque Bootstrap cache
8080
if: ${{ !env.ACT }}
8181
continue-on-error: true

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

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

0 commit comments

Comments
 (0)