Skip to content

Commit

Permalink
switch to more recent versions of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Feb 5, 2023
1 parent 31459bb commit e0d7bd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.32
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: 'macos-10.15'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- name: Test and build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-openbsd.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: 'macos-10.15'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- name: Test and build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Perl ${{ matrix.perl }}
steps:
- name: check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: switch to perl ${{ matrix.perl }}
uses: shogo82148/actions-setup-perl@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- '5.34'
- 'latest'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Perl
run: |
choco install strawberryperl
Expand Down

0 comments on commit e0d7bd6

Please sign in to comment.