Skip to content

Commit

Permalink
Merge pull request #207 from oalders/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
oalders authored Oct 19, 2023
2 parents ebec49d + 90a2198 commit d8b8fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/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: 1
Expand All @@ -35,7 +35,7 @@ jobs:
container:
image: perldocker/perl-tester:5.38
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: build_dir
Expand Down

0 comments on commit d8b8fff

Please sign in to comment.