Skip to content

Commit 912faa2

Browse files
chore(deps): update actions/cache action to v4
1 parent 8d3366e commit 912faa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }}
1616
fetch-depth: 0
17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
with:
1919
path: |
2020
~/.cache/pip
@@ -69,7 +69,7 @@ jobs:
6969
python-version: |
7070
${{ matrix.python-version }}
7171
>=3.11
72-
- uses: actions/cache@v3
72+
- uses: actions/cache@v4
7373
with:
7474
path: |
7575
~/.cache/pip

0 commit comments

Comments
 (0)