diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe582de..510f232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Cache id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | **/node_modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 636527c..57376b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Cache id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | **/node_modules