From aa801e413e81c8552878a5d7ef418f00532c6f5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:16:19 +0000 Subject: [PATCH] Update Wandalen/wretry.action action to v3 --- .github/workflows/issue-bot.yml | 2 +- .github/workflows/reflection-golden-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-bot.yml b/.github/workflows/issue-bot.yml index 21af2c4506..171581bc10 100644 --- a/.github/workflows/issue-bot.yml +++ b/.github/workflows/issue-bot.yml @@ -100,7 +100,7 @@ jobs: working-directory: "issue-bot" run: "composer install --no-interaction --no-progress" - - uses: Wandalen/wretry.action@v1.4.10 + - uses: Wandalen/wretry.action@v3.3.0 with: action: actions/download-artifact@v4 with: | diff --git a/.github/workflows/reflection-golden-test.yml b/.github/workflows/reflection-golden-test.yml index 38e2332405..23de4659e3 100644 --- a/.github/workflows/reflection-golden-test.yml +++ b/.github/workflows/reflection-golden-test.yml @@ -73,7 +73,7 @@ jobs: - "8.3" steps: - - uses: Wandalen/wretry.action@v1.4.10 + - uses: Wandalen/wretry.action@v3.3.0 with: action: actions/download-artifact@v4 with: |