From 03fcacccdcf1e6949ecd5e27d5f6bff2a4e9a3c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:47:46 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/master.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a6cd9fc4..9ab5f8a1 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules @@ -73,7 +73,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c784f907..02a6bbf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules