Skip to content

Commit bda65d4

Browse files
committed
use actions/cache@v4
1 parent cce0855 commit bda65d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cygwin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: powershell
3232
- uses: actions/checkout@v4
3333
- name: Cache Cygwin
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
c:\tools\cygwin
@@ -53,7 +53,7 @@ jobs:
5353
gcc --version >> perlversion.txt
5454
ls perlversion.txt
5555
- name: Cache CPAN modules
56-
uses: actions/cache@v1
56+
uses: actions/cache@v4
5757
with:
5858
path: c:\cx
5959
key: ${{ runner.os }}-build-cygwin-${{ hashFiles('perlversion.txt') }}

0 commit comments

Comments
 (0)