Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 0d98a09

Browse files
Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 398ce25 commit 0d98a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/[email protected]
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- uses: actions/[email protected].5
21+
- uses: actions/[email protected].6
2222
id: pip-cache
2323
with:
2424
path: ~/.cache/pip

0 commit comments

Comments
 (0)