We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af336ec commit 9c111eeCopy full SHA for 9c111ee
.github/workflows/cirque.yaml
@@ -75,7 +75,7 @@ jobs:
75
- name: Get Cirque Bootstrap cache key
76
id: cirque-bootstrap-cache-key
77
run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT
78
- - uses: Wandalen/wretry.action@v1.4.10
+ - uses: Wandalen/wretry.action@v3.8.0
79
name: Cirque Bootstrap cache
80
if: ${{ !env.ACT }}
81
continue-on-error: true
.github/workflows/gradle-wrapper-validation.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: Wandalen/wretry.action@v1.4.5
16
name: Gradle Validation
17
18
with:
0 commit comments