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

Commit 45f4b9d

Browse files
dependabot[bot]jackton1
authored andcommitted
Bump actions/cache from 2 to 2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v2.1.5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51c3eeb commit 45f4b9d

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/cache@v2
21+
- uses: actions/cache@v2.1.5
2222
id: pip-cache
2323
with:
2424
path: ~/.cache/pip

0 commit comments

Comments
 (0)