We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20d108 commit 9a7a77cCopy full SHA for 9a7a77c
.github/workflows/cirque.yaml
@@ -71,7 +71,7 @@ jobs:
71
- name: Get Cirque Bootstrap cache key
72
id: cirque-bootstrap-cache-key
73
run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT
74
- - uses: Wandalen/wretry.action@v1.3.0
+ - uses: Wandalen/wretry.action@v1.4.4
75
name: Cirque Bootstrap cache
76
if: ${{ !env.ACT }}
77
continue-on-error: true
.github/workflows/gradle-wrapper-validation.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
11
name: Gradle Validation
12
13
with:
0 commit comments