From 45d3294b84631387dc9c0c2caea50f93fee9767b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 23:10:49 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- 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/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53cb5b9..89904ba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Python Packages Cache id: cached-python-dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-poetry-packages with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d463bb4..210bab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - name: Python Packages Cache id: cached-python-dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-poetry-packages with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a1b8bc..7f934cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Python Packages Cache id: cached-python-dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-poetry-packages with: