From b3c2833d804aaa2c4389a019cd7477dc525e25e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:39:57 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 61fe9867..074e66be 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,7 +19,7 @@ jobs: container: image: perldocker/perl-tester:5.38 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Allow for file ownership conflicts with Docker and GitHub Actions run: git config --global --add safe.directory '*' - name: Run Tests with coverage @@ -104,7 +104,7 @@ jobs: name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }} needs: build steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Up Perl uses: shogo82148/actions-setup-perl@v1 with: @@ -158,7 +158,7 @@ jobs: name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }} needs: build steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Up Perl uses: shogo82148/actions-setup-perl@v1 with: