Skip to content

Commit 7dd813d

Browse files
authored
Merge pull request #4 from davorg-cpan/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 5e6748f + 6605467 commit 7dd813d

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@v3
12+
uses: actions/checkout@v4
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
@@ -21,7 +21,7 @@ jobs:
2121
perl: [ 'latest' ]
2222
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up perl
2626
uses: shogo82148/actions-setup-perl@v1
2727
with:
@@ -48,7 +48,7 @@ jobs:
4848
container: davorg/perl-coveralls:latest
4949
name: Test coverage
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
- run: cpanm --notest File::ShareDir::Install
5353
- run: cpanm --notest --installdeps .
5454
- name: Install modules

0 commit comments

Comments
 (0)