Skip to content

Commit

Permalink
Merge pull request #226 from glensc/glensc-patch-1
Browse files Browse the repository at this point in the history
Switch to actions/checkout@v4
  • Loading branch information
glensc committed Mar 4, 2024
2 parents f763640 + 178ecf4 commit 316d946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@main
- uses: actions/checkout@v4
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- run: perl -V
- run: cpanm --notest --installdeps --verbose .
Expand Down
2 changes: 1 addition & 1 deletion t/check_tw_cli.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {

use strict;
use warnings;
use constant TESTS => 15;
use constant TESTS => 16;
use Test::More tests => 1 + TESTS * 6;
use test;

Expand Down

0 comments on commit 316d946

Please sign in to comment.