Skip to content

Commit f109afe

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container:
2020
image: perldocker/perl-tester:5.36
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Run Tests
2424
env:
2525
AUTHOR_TESTING: 1
@@ -38,7 +38,7 @@ jobs:
3838
container:
3939
image: perldocker/perl-tester:5.36
4040
steps:
41-
- uses: actions/checkout@v3 # codecov wants to be inside a Git repository
41+
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
4242
- uses: actions/download-artifact@v3
4343
with:
4444
name: build_dir
@@ -94,7 +94,7 @@ jobs:
9494
- name: pin Test::Deep to 1.130 on Perl < 5.12
9595
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
9696
run: cpanm --notest Test::[email protected]
97-
- uses: actions/checkout@v3
97+
- uses: actions/checkout@v4
9898
- uses: actions/download-artifact@v3
9999
with:
100100
name: build_dir

0 commit comments

Comments
 (0)