Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wchristian committed Sep 24, 2023
1 parent e04d87d commit 520a168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dzil-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container:
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Tests
env:
AUTHOR_TESTING: 0
Expand All @@ -35,7 +35,7 @@ jobs:
container:
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3 # codecov wants to be inside a Git repository
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
- uses: actions/download-artifact@v3
with:
name: build_dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container:
image: perldocker/perl-tester:5.34
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install extra modules
run: cpm install -g Test::DependentModules
- name: Run Tests
Expand Down

0 comments on commit 520a168

Please sign in to comment.