We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439007 commit 0892a67Copy full SHA for 0892a67
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Fetch Geckodriver cache
27
id: geckodriver-cache
28
- uses: actions/cache@v2
+ uses: actions/cache@v4
29
with:
30
path: ~/geckodriver
31
key: ${{ env.GECKODRIVER_VERSION }}
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Fetch Bibutils cache
41
id: bibutils-cache
42
43
44
path: ~/bibutils
45
key: ${{ env.BIBUTILS_VERSION }}
0 commit comments