Skip to content

Commit 6a64209

Browse files
committed
bump gha versions
1 parent 38d67d2 commit 6a64209

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 }}

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CIP_TAG: static
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Bootstrap CIP
2323
run: |

0 commit comments

Comments
 (0)