From 2fa9c93730d267ad24d20344ef25084996b24172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:20:12 +0200 Subject: [PATCH] Bump the actions group with 2 updates (#484) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24786c51..7d03291b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,9 +58,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 - id: cache-restore - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./.evergreen/github_app/node_modules key: npm-${{ hashFiles('./.evergreen/github_app/package-lock.json') }}