Skip to content

Commit 1e0ab32

Browse files
authored
Merge pull request #28 from DrHyde/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9b5d5bc + 5b76c00 commit 1e0ab32

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: 'ubuntu-latest'
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- uses: shogo82148/actions-setup-perl@v1
99
with:
1010
perl-version: 5.32

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: 'macos-latest'
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: Setup Perl environment
1010
uses: shogo82148/actions-setup-perl@v1
1111
- name: Test and build

.github/workflows/install-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: 'macos-15'
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: Setup Perl environment
1010
uses: shogo82148/actions-setup-perl@v1
1111
- name: Test and build

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Perl ${{ matrix.perl }}
2626
steps:
2727
- name: check out code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: switch to perl ${{ matrix.perl }}
3131
uses: shogo82148/actions-setup-perl@v1

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ['macos-13', 'macos-14', 'macos-15']
1010
runs-on: ${{ matrix.runs-on }}
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Setup Perl environment
1414
uses: shogo82148/actions-setup-perl@v1
1515
- name: Test and build

.github/workflows/openbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: 'macos-latest'
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: Setup Perl environment
1010
uses: shogo82148/actions-setup-perl@v1
1111
- name: Test and build

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
runs-on: windows-latest
55
steps:
6-
- uses: actions/checkout@v4
6+
- uses: actions/checkout@v5
77
- name: Set up perl
88
uses: shogo82148/actions-setup-perl@v1
99
with:

0 commit comments

Comments
 (0)