From b350256765537b7ca0a5241b63e0ff5c0127ae3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:16:15 +0000 Subject: [PATCH] chore(github-actions): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codecov.yml | 2 +- .github/workflows/integrated-benchmark.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9302363..842386b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: standalone: true - name: Cache pnpm - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ci-pnpm-${{ matrix.os }} path: | diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e1612242..99e3eefd 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -48,7 +48,7 @@ jobs: standalone: true - name: Cache pnpm - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: codecov-pnpm-${{ matrix.os }} path: | diff --git a/.github/workflows/integrated-benchmark.yml b/.github/workflows/integrated-benchmark.yml index 4feca449..1637e8a0 100644 --- a/.github/workflows/integrated-benchmark.yml +++ b/.github/workflows/integrated-benchmark.yml @@ -50,7 +50,7 @@ jobs: git branch - name: Cache verdaccio - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: integrated-benchmark-verdaccio path: | @@ -59,7 +59,7 @@ jobs: continue-on-error: true - name: Cache Rust builds - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: integrated-benchmark-builds-${{ matrix.os }} path: | @@ -85,7 +85,7 @@ jobs: standalone: true - name: Cache pnpm - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: integrated-benchmark-pnpm path: |