Skip to content

Commit 3e4b362

Browse files
committed
Promot actions/checkout@v3
1 parent 1fe3cda commit 3e4b362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
image: perldocker/perl-tester:${{ matrix.perl-version }}
5353

5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
- name: uses install-with-cpm
5757
uses: perl-actions/install-with-cpm@stable
5858
with:
@@ -232,7 +232,7 @@ windows:
232232
- name: perl -V
233233
run: perl -V
234234
235-
- uses: actions/checkout@v2
235+
- uses: actions/checkout@v3
236236
- name: "install-with-cpm"
237237
238238
uses: perl-actions/install-with-cpm@stable

0 commit comments

Comments
 (0)