Skip to content

Commit

Permalink
Merge pull request #104 from perl-ide/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
oalders committed Oct 16, 2023
2 parents 5776231 + a5f4bb7 commit d3d7ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: Install ubi
run: curl --silent --location https://raw.githubusercontent.com/houseabsolute/ubi/master/bootstrap/bootstrap-ubi.sh | sh
- name: Install omegasort
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
#run: cpm install -g --cpanfile test-needs-cpanfile
#- name: Install deps and test
#run: cpan-install-dist-deps && test-dist
#- uses: actions/checkout@v3
#- uses: actions/checkout@v4
#with:
#repository: mojolicious/mojo
#path: mojo
Expand Down Expand Up @@ -110,7 +110,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

0 comments on commit d3d7ec8

Please sign in to comment.