diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 00217ed..1f719c9 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -27,7 +27,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.2.3 + uses: actions/cache/restore@v5.0.1 id: npm-cache with: path: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5009e7..1aff145 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v5.0.1 id: npm-cache with: path: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 34ebb19..f4cf5de 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,7 +27,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v5.0.1 id: npm-cache with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7b68c3..47d0cf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v5.0.1 id: npm-cache with: path: | @@ -51,7 +51,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.2.3 + uses: actions/cache/restore@v5.0.1 id: npm-cache with: path: |