diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 180bfdee4..75aecf42b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a09fe702b..6e2d1cd57 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 1c5da179b..eec772f8d 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -23,7 +23,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 194a45643..e1c272399 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/sdk-examples.yml b/.github/workflows/sdk-examples.yml index a5aa6d875..1304ee13e 100644 --- a/.github/workflows/sdk-examples.yml +++ b/.github/workflows/sdk-examples.yml @@ -22,7 +22,7 @@ jobs: node-version-file: '.nvmrc' cache: 'pnpm' - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules