From b240475cd81dfbfc1cdba09af9b07f629eb7d3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:16:48 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/docker-image-cross.yml | 2 +- .github/workflows/docker-image-single.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image-cross.yml b/.github/workflows/docker-image-cross.yml index 133cd6b..a7b2e0a 100644 --- a/.github/workflows/docker-image-cross.yml +++ b/.github/workflows/docker-image-cross.yml @@ -40,7 +40,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Log in to Docker Hub uses: docker/login-action@v3 with: diff --git a/.github/workflows/docker-image-single.yml b/.github/workflows/docker-image-single.yml index e1b7d27..7b55414 100644 --- a/.github/workflows/docker-image-single.yml +++ b/.github/workflows/docker-image-single.yml @@ -39,7 +39,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: install qemu tools run: | sudo apt update diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68fa49c..6a63c51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: needs: [call_build_and_publish_images-armhf-bookworm,call_build_and_publish_images-amd64-bookworm,call_build_and_publish_images-arm64-bookworm] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Release uses: softprops/action-gh-release@v2 - uses: actions/create-github-app-token@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0176866..5b05f53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - uses: actions/setup-python@v5 with: python-version: '3.9'