Skip to content

Commit

Permalink
Merge pull request #25 from DrHyde/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
DrHyde committed Oct 1, 2023
2 parents 1a7ec14 + 430d9a8 commit 37b8b1e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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@v3
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.32
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: 'macos-12'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- 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-linux.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: 'macos-12'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- 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 @@ -26,7 +26,7 @@ jobs:
name: Perl ${{ matrix.perl }}
steps:
- name: check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: switch to perl ${{ matrix.perl }}
uses: shogo82148/actions-setup-perl@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ['macos-13', 'macos-11', 'macos-12']
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- name: Test and build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: 'macos-12'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- name: Test and build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit 37b8b1e

Please sign in to comment.