From ad3954dcccb7cc06c98dcf7d0063c122cc5d4fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 5 Mar 2024 00:53:13 +0200 Subject: [PATCH 1/2] Switch to actions/checkout@v4 Using default branch is not that great idea. --- .github/workflows/perl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 7e90b77..2ea9fcc 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -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 . From 178ecf48ade84302a3e519ad4eefbd38c1e2db58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 5 Mar 2024 00:57:49 +0200 Subject: [PATCH 2/2] Update test count in check_tw_cli.t --- t/check_tw_cli.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/check_tw_cli.t b/t/check_tw_cli.t index 93abd0f..de56935 100755 --- a/t/check_tw_cli.t +++ b/t/check_tw_cli.t @@ -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;