Skip to content

Commit 1ce8c9f

Browse files
authored
Merge pull request #595 from TotallyNotRobots/dependabot/github_actions/actions/cache-3.2.4
build(deps): bump actions/cache from 2.1.7 to 3.2.4
2 parents d0461d5 + 235e69d commit 1ce8c9f

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/setup-python@v3
1818
with:
1919
python-version: 3.8
20-
- uses: actions/cache@v2.1.7
20+
- uses: actions/cache@v3.2.4
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/setup-python@v3
1818
with:
1919
python-version: 3.8
20-
- uses: actions/cache@v2.1.7
20+
- uses: actions/cache@v3.2.4
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/setup-python@v3
2929
with:
3030
python-version: ${{ matrix.python-ver }}
31-
- uses: actions/cache@v2.1.7
31+
- uses: actions/cache@v3.2.4
3232
with:
3333
path: ~/.cache/pip
3434
key: ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)