Skip to content

Commit 6d84ad8

Browse files
committed
bump gha
1 parent 6c525b8 commit 6d84ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CIP_TAG: ${{ matrix.cip_tag }}
3535

3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v4
3838

3939
- name: Bootstrap CIP
4040
run: |
@@ -47,7 +47,7 @@ jobs:
4747
cip cache-key
4848
4949
- name: Cache CPAN modules
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.cip
5353
key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}

0 commit comments

Comments
 (0)