Skip to content

Commit 09d5929

Browse files
committed
Revert "Upgrade to github-ci checkout v4"
This reverts commit 8704991.
1 parent dc37fbf commit 09d5929

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@v4
22+
- uses: actions/checkout@v1
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@v4
65+
- uses: actions/checkout@v1
6666
- name: perl -V
6767
run: perl -V
6868
- name: Makefile.PL

0 commit comments

Comments
 (0)