diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a92e6be3..792dad06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: node-version: 20 - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }} @@ -321,7 +321,7 @@ jobs: targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/javascript-release.yml b/.github/workflows/javascript-release.yml index 5201e360..734fe207 100644 --- a/.github/workflows/javascript-release.yml +++ b/.github/workflows/javascript-release.yml @@ -107,7 +107,7 @@ jobs: targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -250,7 +250,7 @@ jobs: cache-dependency-path: bindings/javascript/yarn.lock - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .yarn/cache key: npm-cache-ubuntu-22.04-release