Skip to content

Commit 84407f2

Browse files
Bump actions/cache from 2.1.7 to 3 (#140)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b787d7 commit 84407f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
uses: Gr1N/setup-poetry@v7
2525

2626
- name: Cache venv
27-
uses: actions/cache@v2.1.7
27+
uses: actions/cache@v3
2828
with:
2929
path: .venv
3030
key: venv-${{ hashFiles('**/poetry.lock') }}
3131

3232
- name: Cache pre-commit
33-
uses: actions/cache@v2.1.7
33+
uses: actions/cache@v3
3434
with:
3535
path: ~/.cache/pre-commit/
3636
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('**/.pre-commit-config.yaml') }} # yamllint disable-line

0 commit comments

Comments
 (0)