From dc0fcf33a366e662dea9f9504ef1ea710b01c5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:22:41 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#56) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/nightlies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 354991b1f..ecc2bfa63 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: - name: Put pip binary directory into path run: echo "~/.local/bin" >> $GITHUB_PATH - name: Cache Cargo installed binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-cargo with: path: ~/cargo-bin diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml index 9536bc2b6..6b1b96077 100644 --- a/.github/workflows/nightlies.yaml +++ b/.github/workflows/nightlies.yaml @@ -27,7 +27,7 @@ jobs: components: rustfmt override: true - name: Cache Cargo installed binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-cargo with: path: ~/cargo-bin