Skip to content

Commit bd00c36

Browse files
authored
Merge pull request #465 from TotallyNotRobots/dependabot/github_actions/actions/cache-2.1.7
build(deps): bump actions/cache from 2.1.6 to 2.1.7
2 parents 765384e + c2cc225 commit bd00c36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818
with:
1919
python-version: 3.8
20-
- uses: actions/[email protected].6
20+
- uses: actions/[email protected].7
2121
with:
2222
path: ~/.cache/pip
2323
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818
with:
1919
python-version: 3.8
20-
- uses: actions/[email protected].6
20+
- uses: actions/[email protected].7
2121
with:
2222
path: ~/.cache/pip
2323
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}

.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].6
31+
- uses: actions/[email protected].7
3232
with:
3333
path: ~/.cache/pip
3434
key: ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)