Skip to content

Commit aa059cf

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 f69a43b commit aa059cf

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.38
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Allow for file ownership conflicts with Docker and GitHub Actions
2424
run: git config --global --add safe.directory '*'
2525
- name: Run Tests with coverage
@@ -104,7 +104,7 @@ jobs:
104104
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105105
needs: build
106106
steps:
107-
- uses: actions/checkout@v3
107+
- uses: actions/checkout@v4
108108
- name: Set Up Perl
109109
uses: shogo82148/actions-setup-perl@v1
110110
with:
@@ -158,7 +158,7 @@ jobs:
158158
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
159159
needs: build
160160
steps:
161-
- uses: actions/checkout@v3
161+
- uses: actions/checkout@v4
162162
- name: Set Up Perl
163163
uses: shogo82148/actions-setup-perl@v1
164164
with:

0 commit comments

Comments
 (0)