We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a66ba4 + 7632766 commit e116ebdCopy full SHA for e116ebd
.github/workflows/buildsite.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
13
14
- name: Install cpanm
15
run: |
.github/workflows/perltest.yml
@@ -16,7 +16,7 @@ jobs:
16
perl: [ 'latest' ]
17
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
- name: Set up perl
21
uses: shogo82148/actions-setup-perl@v1
22
with:
@@ -43,7 +43,7 @@ jobs:
43
container: davorg/perl-coveralls:latest
44
name: Test coverage
45
46
47
- run: cpanm --notest File::ShareDir::Install
48
- run: cpanm --notest --installdeps .
49
- name: Install modules
0 commit comments