Skip to content

Commit efc3ecf

Browse files
committed
Promote actions/checkout@v3
1 parent ddfc8f9 commit efc3ecf

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
@@ -51,7 +51,7 @@ jobs:
5151
image: perldocker/perl-tester:${{ matrix.perl-version }}
5252

5353
steps:
54-
- uses: actions/checkout@v2
54+
- uses: actions/checkout@v3
5555
- name: uses install-with-cpanm
5656
uses: perl-actions/install-with-cpanm@stable
5757
with:
@@ -188,7 +188,7 @@ windows:
188188
- name: perl -V
189189
run: perl -V
190190
191-
- uses: actions/checkout@v2
191+
- uses: actions/checkout@v3
192192
- name: "install-with-cpanm"
193193
uses: perl-actions/install-with-cpanm@stable
194194
with:

0 commit comments

Comments
 (0)