From 9ecdd05c3110558c9229084b9bbf829451d7c370 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:40:40 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.5 --- .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 931b061..d49adc7 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -22,7 +22,7 @@ jobs: - "5.10" name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - name: Setup perl uses: shogo82148/actions-setup-perl@v1.29.0 with: