From 626391d983426f04fe9a6711b8c0d8902f818bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 03:02:01 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.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/v2.1.6...v3.2.4) --- 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 a1a3d08..b68dbba 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@v2.1.6 + - uses: actions/cache@v3.2.4 if: matrix.os != 'windows-latest' with: path: ~/.cache/pre-commit diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9437f5b..f652d02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,7 +63,7 @@ jobs: result = "${{ runner.os }}-{}-{}-pre-commit".format(python, digest) print("::set-output name=result::{}".format(result)) - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.4 if: matrix.os != 'windows-latest' with: path: ~/.cache/pre-commit