Skip to content

Commit 9216b21

Browse files
chore(deps): update actions/cache action to v4
1 parent 93758e2 commit 9216b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
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
@@ -74,7 +74,7 @@ jobs:
7474
# on older versions (e.g. 3.5) that do not have pypi.org CA certs in
7575
# baseline pip's chain
7676
PIP_CERT: /etc/ssl/certs/ca-certificates.crt
77-
- uses: actions/cache@v3
77+
- uses: actions/cache@v4
7878
with:
7979
path: |
8080
~/.cache/pip

0 commit comments

Comments
 (0)