From a0d023b63e64213cad26336e0722afa4cfc68bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:26:25 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/nightly-sbuild.yaml | 4 ++-- .github/workflows/release-linter.yaml | 2 +- .github/workflows/release-sbuild.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-sbuild.yaml b/.github/workflows/nightly-sbuild.yaml index c5491b2..abdeb5b 100644 --- a/.github/workflows/nightly-sbuild.yaml +++ b/.github/workflows/nightly-sbuild.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Remove existing nightly tag run: | @@ -39,7 +39,7 @@ jobs: } steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get version info id: version diff --git a/.github/workflows/release-linter.yaml b/.github/workflows/release-linter.yaml index ca8e0ec..47e8d14 100644 --- a/.github/workflows/release-linter.yaml +++ b/.github/workflows/release-linter.yaml @@ -30,7 +30,7 @@ jobs: } steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set the release version shell: bash diff --git a/.github/workflows/release-sbuild.yaml b/.github/workflows/release-sbuild.yaml index e3433b5..de9088b 100644 --- a/.github/workflows/release-sbuild.yaml +++ b/.github/workflows/release-sbuild.yaml @@ -30,7 +30,7 @@ jobs: } steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set the release version shell: bash