We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b742587 commit 3f63481Copy full SHA for 3f63481
.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.4.5
+ - uses: Wandalen/wretry.action@v1.4.8
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