diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77f5ef2..b8a939c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: @@ -92,7 +92,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b7bd179..02f8018 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -51,7 +51,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6c5278d..84f49a3 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -44,7 +44,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 5f5548f..e378ddb 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -28,7 +28,7 @@ jobs: - name: Cache ♻️ id: cache-npm - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: