Skip to content

Commit 14b34a9

Browse files
build(deps): 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) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33069d1 commit 14b34a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
2929
with:
3030
python-version: ${{ matrix.python-ver }}
31-
- uses: actions/[email protected].5
31+
- uses: actions/[email protected].6
3232
with:
3333
path: ~/.cache/pip
3434
key: ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)