From 619c8acf2196336d0ff79aa97cf7424cb8ecea24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:14:35 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/actions/ec2-github-runner/.github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ec2-github-runner/.github/workflows/pr.yml b/.github/actions/ec2-github-runner/.github/workflows/pr.yml index e035b7f6..13e44e05 100644 --- a/.github/actions/ec2-github-runner/.github/workflows/pr.yml +++ b/.github/actions/ec2-github-runner/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ec2-github-runner-${{ hashFiles('**/package-lock.json') }}