From 48192f2247d6988165f1aa9db2ce13c0d5dc07d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 00:06:37 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.8. - [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.6...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-quality.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index 23268127..b59e51d2 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -36,7 +36,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install poetry run: pip install poetry - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.8 id: cache-poetry with: path: ~/.virtualenvs @@ -71,7 +71,7 @@ jobs: python-version: 3.9 - name: Install poetry run: pip install poetry - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.8 id: cache-poetry with: path: ~/.virtualenvs @@ -131,7 +131,7 @@ jobs: python-version: 3.9 - name: Install poetry run: pip install poetry - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.8 id: cache-poetry with: path: ~/.virtualenvs