diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c21aacadbe..59aab1deee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | target diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2c04defaa9..19ce8b6bd9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | target diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb9ce7c946..aa90787a96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: node-version: "20" - run: npm ci - name: Cache npm build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index 1fabdc688c..9f26e941b0 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -29,7 +29,7 @@ jobs: override: true profile: minimal - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | target diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml index a38159a1e0..ec5d4e1a2e 100644 --- a/.github/workflows/webassembly.yml +++ b/.github/workflows/webassembly.yml @@ -37,7 +37,7 @@ jobs: profile: minimal - uses: Swatinem/rust-cache@v2 - name: Cache npm build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules