Skip to content

Commit babadca

Browse files
committed
use actions/cache@v4
1 parent bfbed58 commit babadca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
1616
- name: Cache ~/perl5
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
key: ${{ runner.os }}-dist-locallib
2020
path: ~/perl5

0 commit comments

Comments
 (0)