Skip to content

Commit

Permalink
Revert "Upgrade to github-ci checkout v4"
Browse files Browse the repository at this point in the history
This reverts commit 8704991.
  • Loading branch information
Leont committed Aug 13, 2024
1 parent dc37fbf commit 09d5929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-ubuntu-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: perl -V
run: perl -V
- name: Makefile.PL
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: perl -V
run: perl -V
- name: Makefile.PL
Expand Down

0 comments on commit 09d5929

Please sign in to comment.