From dd2c65bc2eac1f13833937585c0d1f90d546e984 Mon Sep 17 00:00:00 2001 From: ut-mate Date: Tue, 7 Jan 2025 11:18:23 +0000 Subject: [PATCH] Bump the version of actions/cache --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a11cda9..591e685 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Cache NPM - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-npm with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fbaf5a..adfd8cb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Cache NPM - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-npm with: