Skip to content

Commit e116ebd

Browse files
authored
Merge pull request #8 from davorg-cpan/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 5a66ba4 + 7632766 commit e116ebd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/buildsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313

1414
- name: Install cpanm
1515
run: |

.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@v6
2020
- name: Set up perl
2121
uses: shogo82148/actions-setup-perl@v1
2222
with:
@@ -43,7 +43,7 @@ jobs:
4343
container: davorg/perl-coveralls:latest
4444
name: Test coverage
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- run: cpanm --notest File::ShareDir::Install
4848
- run: cpanm --notest --installdeps .
4949
- name: Install modules

0 commit comments

Comments
 (0)