From 09b804b401a034a5d497abc4b4a23994a891f5b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 03:54:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/main.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0850b466..b9a572ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules @@ -72,7 +72,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - 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 fd2d6769..1d62c72c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: node_modules