From 237cbb549efeeae83558ce3bb1ca2c9a884bffc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:03:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20actions/cache=20from=201=20t?= =?UTF-8?q?o=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/cache](https://github.com/actions/cache) from 1 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/v1...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 329109c..2305a0a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Configure poetry run: python -m poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v1 + uses: actions/cache@v4 id: cache with: path: .venv diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bafeb7..bf8f3e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: - name: Configure poetry run: python -m poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v1 + uses: actions/cache@v4 id: cache with: path: .venv