From 02bba9276c4604dcd7facbbc23b2ee940ede6ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 03:03:38 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.2. - [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.2) --- 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..8c99871 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.2 if: matrix.os != 'windows-latest' with: path: ~/.cache/pre-commit diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9437f5b..3ae89b9 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.2 if: matrix.os != 'windows-latest' with: path: ~/.cache/pre-commit