We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbed58 commit babadcaCopy full SHA for babadca
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v2
16
- name: Cache ~/perl5
17
- uses: actions/cache@v2
+ uses: actions/cache@v4
18
with:
19
key: ${{ runner.os }}-dist-locallib
20
path: ~/perl5
0 commit comments