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] 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 .