Skip to content

Commit 316d946

Browse files
authored
Merge pull request #226 from glensc/glensc-patch-1
Switch to actions/checkout@v4
2 parents f763640 + 178ecf4 commit 316d946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/perl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
image: perldocker/perl-tester:${{ matrix.perl-version }}
3131

3232
steps:
33-
- uses: actions/checkout@main
33+
- uses: actions/checkout@v4
3434
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3535
- run: perl -V
3636
- run: cpanm --notest --installdeps --verbose .

Diff for: t/check_tw_cli.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BEGIN {
66

77
use strict;
88
use warnings;
9-
use constant TESTS => 15;
9+
use constant TESTS => 16;
1010
use Test::More tests => 1 + TESTS * 6;
1111
use test;
1212

0 commit comments

Comments
 (0)