Skip to content

Commit be835fa

Browse files
authored
Merge pull request #64 from davorg-cpan/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents bd1f271 + 75787f5 commit be835fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perltest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
perl: [ 'latest' ]
1717
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Set up perl
2121
uses: shogo82148/actions-setup-perl@v1
2222
with:
@@ -42,7 +42,7 @@ jobs:
4242
container: davorg/perl-coveralls:latest
4343
name: Test coverage
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- name: Install packages
4747
run: apt-get update && apt install libexpat1-dev make
4848
- name: Install modules

0 commit comments

Comments
 (0)