Skip to content

Commit 121cb22

Browse files
committed
Update GitHub actions/checkout to v4
Uses Node20, as Node16 is EOL (actions/checkout#1436).
1 parent 5096566 commit 121cb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ jobs:
273273
steps:
274274
- name: Checkout git commit ${{ github.sha }}
275275
if: github.event_name != 'pull_request'
276-
uses: actions/checkout@v3
276+
uses: actions/checkout@v4
277277
with:
278278
ref: ${{ github.sha }}
279279
- name: Checkout git commit ${{ github.event.pull_request.head.sha }} (fixup for pull request)
280280
if: github.event_name == 'pull_request'
281-
uses: actions/checkout@v3
281+
uses: actions/checkout@v4
282282
with:
283283
ref: ${{ github.event.pull_request.head.sha }}
284284
- name: Setup cpan sources cache

0 commit comments

Comments
 (0)