From e0bf9eed56267b4c8e2b79560173f3547fc203d2 Mon Sep 17 00:00:00 2001 From: ezwelty Date: Tue, 10 Dec 2024 21:35:27 +0100 Subject: [PATCH] Bump actions/cache@v2 to v4 actions/cache@v2 expires on 1 February 2015 https://github.com/actions/cache/discussions/1510 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b0523edb..b665225c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: node-version-file: .nvmrc - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-cache