From 054bee6129ef1e67e789a108dca5e5c8a4029476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 03:13:03 +0000 Subject: [PATCH] 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/pre-commit.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d95ef2068..9e3991edd 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -26,7 +26,7 @@ jobs: result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest) print("::set-output name=result::{}".format(result)) - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: matrix.os != 'windows-latest' with: path: ~/.cache/pre-commit diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d2458dd4f..b151818e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,7 @@ jobs: result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest) print("::set-output name=result::{}".format(result)) - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: matrix.os != 'windows-latest' with: path: ~/.cache/pre-commit