From 333c2276229abe97db3665dfd711344be91d2b0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:00:15 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9a333840..3e7c1a629 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: working-directory: ./contracts steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true