From 6d3a01b35647188f727d36ad102446c7cc8f1979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:31:52 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/publish-to-docker.yml | 10 +++++----- .github/workflows/test-cpanfile.yml | 2 +- .github/workflows/validate.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-to-docker.yml b/.github/workflows/publish-to-docker.yml index ff15883..ab037b4 100644 --- a/.github/workflows/publish-to-docker.yml +++ b/.github/workflows/publish-to-docker.yml @@ -64,7 +64,7 @@ jobs: debian-version: [buster,bookworm] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: @@ -102,7 +102,7 @@ jobs: matrix: perl-version: ${{ fromJson (needs.prepare-matrix-buster.outputs.perl-versions) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: @@ -122,7 +122,7 @@ jobs: matrix: perl-version: ${{ fromJson(needs.prepare-matrix-bookworm-extra.outputs.perl-versions) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: @@ -142,7 +142,7 @@ jobs: matrix: perl-version: ${{ fromJson(needs.prepare-matrix-bookworm-defaults.outputs.perl-versions) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: diff --git a/.github/workflows/test-cpanfile.yml b/.github/workflows/test-cpanfile.yml index bb52355..4ac29bb 100644 --- a/.github/workflows/test-cpanfile.yml +++ b/.github/workflows/test-cpanfile.yml @@ -32,7 +32,7 @@ jobs: perl-version: ${{ fromJson (needs.prepare-matrix.outputs.perl-versions) }} name: Perl ${{ matrix.perl-version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install deps using cpm uses: perl-actions/install-with-cpm@v1 with: diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index a5274fc..55a7c12 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true