Skip to content

Commit

Permalink
Let's see if checkout@v3 will run
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 9, 2024
1 parent 893a9f1 commit ff0e335
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testsuite.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@v3
- name: perl -V
run: perl -V
- name: Install Dependencies
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: perl -V
run: perl -V
- name: Install Dependencies
Expand All @@ -91,7 +91,7 @@ jobs:
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up Perl
run: brew install perl
- name: perl -V
Expand All @@ -110,7 +110,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up Perl
run: |
choco install strawberryperl
Expand Down

0 comments on commit ff0e335

Please sign in to comment.