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 5e6748f + 6605467 commit 7dd813dCopy full SHA for 7dd813d
.github/workflows/buildsite.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
- name: Install cpanm
15
run: |
.github/workflows/perltest.yml
@@ -21,7 +21,7 @@ jobs:
21
perl: [ 'latest' ]
22
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
23
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- name: Set up perl
26
uses: shogo82148/actions-setup-perl@v1
27
with:
@@ -48,7 +48,7 @@ jobs:
48
container: davorg/perl-coveralls:latest
49
name: Test coverage
50
51
52
- run: cpanm --notest File::ShareDir::Install
53
- run: cpanm --notest --installdeps .
54
- name: Install modules
0 commit comments