From 834f547d739b3f860968302b92e46f5eda263bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:08:32 +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/BuildPublishPipeline.yml | 2 +- .github/workflows/DockerHubDescription.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildPublishPipeline.yml b/.github/workflows/BuildPublishPipeline.yml index 12feb8c..f977913 100644 --- a/.github/workflows/BuildPublishPipeline.yml +++ b/.github/workflows/BuildPublishPipeline.yml @@ -20,7 +20,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: 'Checkout Code' - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/marketplace/actions/docker-setup-qemu - name: 'Setup QEMU' diff --git a/.github/workflows/DockerHubDescription.yml b/.github/workflows/DockerHubDescription.yml index cd8679d..22064d7 100644 --- a/.github/workflows/DockerHubDescription.yml +++ b/.github/workflows/DockerHubDescription.yml @@ -14,7 +14,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: 'Checkout Code' - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/marketplace/actions/docker-hub-description - name: 'Update Docker Hub Description'