From 7f05abdc6f888e08c9bda0cad9eefdcad3cec441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:09:01 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 379df32e..d24c1b48 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.42 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Allow for file ownership conflicts with Docker and GitHub Actions run: git config --global --add safe.directory '*' - name: Run Tests with coverage @@ -108,7 +108,7 @@ jobs: name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }} needs: build steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set Up Perl uses: shogo82148/actions-setup-perl@v1 with: @@ -162,7 +162,7 @@ jobs: name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }} needs: build steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set Up Perl uses: shogo82148/actions-setup-perl@v1 with: