From 26cc2ba211191642202619e99365307899a8095c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:01:27 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 3.2.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.1.5...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2030c49..d247caa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: pip install poetry==1.1.* poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: .venv key: venv-${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0b2db46..cb6aebb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: pip install poetry==1.0.* poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: .venv key: venv-${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}