Skip to content

Commit

Permalink
Going back to v4 because it did not seem to help to go back down to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed May 5, 2024
1 parent a59d890 commit aa2949b
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@v3
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: Install perl-doc
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Show Perl version
run: perl -V
- name: Install dependencies
Expand All @@ -92,7 +92,7 @@ jobs:
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local

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

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

0 comments on commit aa2949b

Please sign in to comment.