From af4bfde2dcb5b2fbe7aa95a21349b9dddd65d06d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:14:33 +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/perlcritic.yml | 2 +- .github/workflows/prove.yml | 2 +- .github/workflows/update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/perlcritic.yml b/.github/workflows/perlcritic.yml index 9fccf05..8b1565e 100644 --- a/.github/workflows/perlcritic.yml +++ b/.github/workflows/perlcritic.yml @@ -11,7 +11,7 @@ jobs: if: github.event_name == 'pull_request' steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: shogo82148/actions-setup-perl@v1.36.0 with: perl-version: 5.32 diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index 65965e5..4ea5603 100644 --- a/.github/workflows/prove.yml +++ b/.github/workflows/prove.yml @@ -23,7 +23,7 @@ jobs: perl: [ '5.24', '5.28','5.32' ] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: shogo82148/actions-setup-perl@v1.36.0 with: perl-version: ${{ matrix.perl }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index dd978a5..40c4aa9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT - name: Checkout Repostory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: update controls files