From 369c05c7633a65198cad3cb7e8709a50d0ff7a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:05:48 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 e2e741d..6e3dc47 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install uv uses: astral-sh/setup-uv@v6 diff --git a/.github/workflows/publish-arch-container.yml b/.github/workflows/publish-arch-container.yml index 846c32e..d9d5809 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@v4 + uses: actions/checkout@v5 # 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 ff7e5e1..e015de0 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@v4 + uses: actions/checkout@v5 # 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@v4 + uses: actions/checkout@v5 # 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 a314dbe..b5e5041 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@v4 + - uses: actions/checkout@v5 - name: Install uv uses: astral-sh/setup-uv@v6