There was an error while loading. Please reload this page.
1 parent 38d67d2 commit 6a64209Copy full SHA for 6a64209
2 files changed
.github/workflows/linux.yml
@@ -34,7 +34,7 @@ jobs:
34
CIP_TAG: ${{ matrix.cip_tag }}
35
36
steps:
37
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
38
39
- name: Bootstrap CIP
40
run: |
@@ -47,7 +47,7 @@ jobs:
47
cip cache-key
48
49
- name: Cache CPAN modules
50
- uses: actions/cache@v2
+ uses: actions/cache@v4
51
with:
52
path: ~/.cip
53
key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}
.github/workflows/static.yml
@@ -17,7 +17,7 @@ jobs:
17
CIP_TAG: static
18
19
20
21
22
23
0 commit comments