From d504b40c2af205a4cd22bebe26c2e4988ae15be6 Mon Sep 17 00:00:00 2001 From: Caleb Hearth Date: Tue, 19 Nov 2024 16:24:20 -0700 Subject: [PATCH] Bump actions/cache to v4 The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5c8e8c7..8df14c3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: run: bundle lock - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor/bundle key: bundle-${{ hashFiles('Gemfile.lock') }}