From 268749f6899a5243688ae06f2414d85b25f549c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:53:49 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 3.7.2 to 3.7.3 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.7.2...v3.7.3) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/forge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/forge.yml b/.github/workflows/forge.yml index c5732ff67..4aebef931 100644 --- a/.github/workflows/forge.yml +++ b/.github/workflows/forge.yml @@ -46,7 +46,7 @@ jobs: run: forge install - name: Run forge tests (with auto-repeat in case of error) - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.7.3 with: command: forge test --evm-version 'shanghai' attempt_limit: 10