Skip to content

Commit f714ec1

Browse files
dependabot[bot]oalders
authored andcommitted
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5c01de commit f714ec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container:
1818
image: perldocker/perl-tester:5.34
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Build Dist
2222
run: >
2323
cpan-install-build-deps;
@@ -32,7 +32,7 @@ jobs:
3232
container:
3333
image: perldocker/perl-tester:5.34
3434
steps:
35-
- uses: actions/checkout@v2 # codecov wants to be inside a Git repository
35+
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
3636
- uses: actions/download-artifact@v4
3737
with:
3838
name: build_dir
@@ -102,7 +102,7 @@ jobs:
102102
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
103103
needs: build
104104
steps:
105-
- uses: actions/checkout@v2
105+
- uses: actions/checkout@v4
106106
- name: Set Up Perl
107107
uses: shogo82148/actions-setup-perl@v1
108108
with:
@@ -144,7 +144,7 @@ jobs:
144144
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
145145
needs: build
146146
steps:
147-
- uses: actions/checkout@v2
147+
- uses: actions/checkout@v4
148148
- name: Set Up Perl
149149
uses: shogo82148/actions-setup-perl@v1
150150
with:

0 commit comments

Comments
 (0)