Skip to content

Commit fb42e13

Browse files
authored
Merge pull request #372 from TotallyNotRobots/dependabot/github_actions/actions/cache-2.1.6
build(deps): bump actions/cache from 2.1.5 to 2.1.6
2 parents 9de93be + 14b34a9 commit fb42e13

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)