Bump Wandalen/wretry.action from 1.3.0 to 1.4.4 (#32063) Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.3.0 to 1.4.4. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v1.3.0...v1.4.4) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index e71ea87..9f1bfc2 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml
@@ -71,7 +71,7 @@ - name: Get Cirque Bootstrap cache key id: cirque-bootstrap-cache-key run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT - - uses: Wandalen/wretry.action@v1.3.0 + - uses: Wandalen/wretry.action@v1.4.4 name: Cirque Bootstrap cache if: ${{ !env.ACT }} continue-on-error: true
diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 9b4eabf..fadc0da 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -7,7 +7,7 @@ runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Wandalen/wretry.action@v1.3.0 + - uses: Wandalen/wretry.action@v1.4.4 name: Gradle Validation continue-on-error: true with: