Skip to content

Commit 1c39b07

Browse files
Bump actions/cache from 2 to 3 (#239)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...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 ce13bc8 commit 1c39b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
2828
echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
2929
- name: Set up cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: .venv
3333
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)