Skip to content

Commit 8704991

Browse files
committed
Upgrade to github-ci checkout v4
1 parent b3d8e00 commit 8704991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-ubuntu-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v4
2323
- name: perl -V
2424
run: perl -V
2525
- name: Makefile.PL
@@ -62,7 +62,7 @@ jobs:
6262
image: perl:${{ matrix.perl-version }}
6363

6464
steps:
65-
- uses: actions/checkout@v1
65+
- uses: actions/checkout@v4
6666
- name: perl -V
6767
run: perl -V
6868
- name: Makefile.PL

0 commit comments

Comments
 (0)