Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent a3b5e2b commit f5de743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
container:
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Allow for file ownership conflicts with Docker and GitHub Actions
run: git config --global --add safe.directory '*'
- name: Run Tests with coverage
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set Up Perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
needs: build
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 f5de743

Please sign in to comment.