diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4119e30..7241f64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: cache: npm - name: Cache npm dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v5.1.0 id: cache-node-modules with: path: node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 736a8b2..1cd89ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: cache: npm - name: Cache npm dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v5.1.0 id: cache-node-modules with: path: node_modules