Skip to content

Commit 6692995

Browse files
authored
Update actions/cache to v4 (#2524)
1 parent 99aa96e commit 6692995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# ====================
5252

5353
- name: Setup Strawberry Perl Cache
54-
uses: actions/cache@v2
54+
uses: actions/cache@v4
5555
id: perl-cache
5656
with:
5757
path: C:\Strawberry
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Setup MiKTeX Repository Cache
7272
if: matrix.miktex != 'none'
73-
uses: actions/cache@v2
73+
uses: actions/cache@v4
7474
id: miktex-cache
7575
with:
7676
path: 'C:\miktex-repo'

0 commit comments

Comments
 (0)