From d73821b9eb209396644013f3c575ef3eb652b5f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 22:10:32 +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 bcd6cd8a..f1388bc8 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: | @@ -75,7 +75,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: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d88ed4b6..6046d0e9 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: |