From 8946e5649727c3e0a8d96fe5ea80adf7d62a2211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 09:14:45 +0300 Subject: [PATCH] chore(deps): Bump actions/cache from 3.3.1 to 4.0.2 (#251) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.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/v3.3.1...v4.0.2) --- 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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3d7fca..356d595 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,7 +85,7 @@ jobs: print("{0}={1}".format("result", result), file=f) - name: Restore pre-commit cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.2 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit