From 0b3276d8e79104a6aa16a62ec546fcbead7a7c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 23:08:37 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [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...v3.0.1) --- 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..8e11fc0 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.0.1 env: cache-name: cache-poetry-packages with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d463bb4..53cd0a3 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.0.1 env: cache-name: cache-poetry-packages with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a1b8bc..1004aae 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.0.1 env: cache-name: cache-poetry-packages with: