Skip to content

Commit

Permalink
Merge pull request #6 from rra/dependabot/github_actions/actions/chec…
Browse files Browse the repository at this point in the history
…kout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
rra authored Mar 25, 2024
2 parents 1ada4e2 + db39b35 commit 64f3d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- uses: perl-actions/install-with-cpm@v1.7
Expand Down

0 comments on commit 64f3d3b

Please sign in to comment.