Skip to content

Commit 0892a67

Browse files
toKrausesebhofmann
authored andcommitted
update to actions/cache@v4
1 parent f439007 commit 0892a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Fetch Geckodriver cache
2727
id: geckodriver-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/geckodriver
3131
key: ${{ env.GECKODRIVER_VERSION }}
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Fetch Bibutils cache
4141
id: bibutils-cache
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/bibutils
4545
key: ${{ env.BIBUTILS_VERSION }}

0 commit comments

Comments
 (0)