Skip to content

Commit

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

Bump actions/checkout from 2 to 4
  • Loading branch information
oalders authored Jan 10, 2024
2 parents 6889da5 + 4a47987 commit 804eb66
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 @@ -16,7 +16,7 @@ jobs:
container:
image: perldocker/perl-tester:5.36
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Tests with coverage
env:
AUTHOR_TESTING: 1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: Perl ${{ matrix.perl-version }} on macos-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set Up Perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

0 comments on commit 804eb66

Please sign in to comment.