From e7643545332375d27c216cfe1e59e059bf25d6de Mon Sep 17 00:00:00 2001 From: GoNoGo <83670532+drgorillamd@users.noreply.github.com> Date: Mon, 20 May 2024 23:22:43 +0200 Subject: [PATCH] Update .github/workflows/coverage_check.yml Co-authored-by: Gas <86567384+gas1cent@users.noreply.github.com> --- .github/workflows/coverage_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage_check.yml b/.github/workflows/coverage_check.yml index f39747cd..b46fdb99 100644 --- a/.github/workflows/coverage_check.yml +++ b/.github/workflows/coverage_check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1