From 73ed549b56fbf83c1a62049714f9ac3ae3d06044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:25:27 +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/linters.yml | 2 +- .github/workflows/publish-arch-container.yml | 2 +- .github/workflows/publish-debian-container.yml | 4 ++-- .github/workflows/python-publish.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e9dd710..97d86b9 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install uv uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/publish-arch-container.yml b/.github/workflows/publish-arch-container.yml index d9d5809..d768d56 100644 --- a/.github/workflows/publish-arch-container.yml +++ b/.github/workflows/publish-arch-container.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/actions/runner-images/issues/2840#issuecomment-1284059930 - name: Free disk space diff --git a/.github/workflows/publish-debian-container.yml b/.github/workflows/publish-debian-container.yml index e015de0..800ea3a 100644 --- a/.github/workflows/publish-debian-container.yml +++ b/.github/workflows/publish-debian-container.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/actions/runner-images/issues/2840#issuecomment-1284059930 - name: Free disk space @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/actions/runner-images/issues/2840#issuecomment-1284059930 - name: Free disk space diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 64b29c9..709bcd3 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install uv uses: astral-sh/setup-uv@v7