Skip to content

Commit 94f9cb9

Browse files
Bump actions/cache from 2 to 3 (#949)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [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> Co-authored-by: Sam Bull <[email protected]>
1 parent cff3ec0 commit 94f9cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: 3.9
2626
- name: Cache PyPI
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
key: pip-lint-${{ hashFiles('requirements-dev.txt') }}
3030
path: ~/.cache/pip

0 commit comments

Comments
 (0)