Skip to content

Commit a5cde9b

Browse files
Bump actions/cache from 3 to 4 (#109)
1 parent c1d8467 commit a5cde9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Use the lowest version of Python supported
2020
python-version: "3.7"
2121

22-
- uses: actions/cache@v3
22+
- uses: actions/cache@v4
2323
with:
2424
path: ~/.cache/pip
2525
key: setup-python-${{ runner.os }}-mypy-pip-${{ hashFiles('**/setup.cfg') }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3434
with:
3535
path: ~/.cache/pip
3636
key: setup-python-${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ hashFiles('**/setup.cfg') }}

0 commit comments

Comments
 (0)