From d51d1de735439b0c546fb7b65ca727799e51a4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:01:49 +0000 Subject: [PATCH] chore(deps): 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/alpine.yml | 4 ++-- .github/workflows/debian.yml | 4 ++-- .github/workflows/dockerhub-description.yml | 2 +- .github/workflows/labels.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 851a8ac..eaa5dfa 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -26,7 +26,7 @@ jobs: env: DOCKER_BUILDKIT: "1" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build image run: docker build -f alpine.Dockerfile -t qmcgaw/basedevcontainer . @@ -46,7 +46,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 7ec5875..130848f 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -26,7 +26,7 @@ jobs: env: DOCKER_BUILDKIT: "1" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build image run: docker build -f debian.Dockerfile -t qmcgaw/basedevcontainer . @@ -46,7 +46,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml index 03abb92..77136fc 100644 --- a/.github/workflows/dockerhub-description.yml +++ b/.github/workflows/dockerhub-description.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Docker Hub Description uses: peter-evans/dockerhub-description@v5 with: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 1ddb659..dbda50f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Labeler if: success() uses: crazy-max/ghaction-github-labeler@v5