From 837545c6a70928c7d4e1aa677f170a7f92c66e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:44:18 +0000 Subject: [PATCH 1/2] Bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/readme_example.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/readme_example.yaml b/.github/workflows/readme_example.yaml index da17383..02978de 100644 --- a/.github/workflows/readme_example.yaml +++ b/.github/workflows/readme_example.yaml @@ -52,7 +52,7 @@ jobs: - uses: "kurtmckee/detect-pythons@v1" - - uses: "actions/cache@v3" + - uses: "actions/cache@v4" id: "restore-cache" with: # You may need to augment the list of files to hash. @@ -95,7 +95,7 @@ jobs: - uses: "kurtmckee/detect-pythons@v1" - - uses: "actions/cache@v3" + - uses: "actions/cache@v4" id: "restore-cache" with: # You may need to augment the list of files to hash. diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8573c92..60fe819 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,7 +65,7 @@ jobs: - name: "Restore cache" id: "restore-cache" - uses: "actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84" # v3.3.2 + uses: "actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319" # v4.0.1 with: path: | .tox/ From 939d1579294cc6dc23fb096515426d5c49e5be76 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:45:28 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1200961..2d12431 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ and tox test environments stored in ``.tox/``. - uses: "kurtmckee/detect-pythons@v1" - - uses: "actions/cache@v3" + - uses: "actions/cache@v4" id: "restore-cache" with: # You may need to augment the list of files to hash.