From d7b410626c95ee25f3d72aa85d70b4e568d85056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:03:52 +0000 Subject: [PATCH] infra: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/blivet-tests.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/compilation.yml | 2 +- .github/workflows/csmock.yml | 2 +- .github/workflows/rst-lint.yml | 2 +- .github/workflows/spelling.yml | 4 ++-- .github/workflows/symbols.yml | 2 +- .github/workflows/udisks-build.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/blivet-tests.yml b/.github/workflows/blivet-tests.yml index 74a8ba5d9..34901d6bb 100644 --- a/.github/workflows/blivet-tests.yml +++ b/.github/workflows/blivet-tests.yml @@ -13,7 +13,7 @@ jobs: CI_CONTAINER: libblockdev-ci-blivet-tests steps: - name: Checkout libblockdev repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install podman run: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 18a9c1ba6..05d43f901 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index ae89db47c..e90a1bc0a 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -17,7 +17,7 @@ jobs: 'clang-14', 'clang-15', 'clang-16', 'clang-17', 'clang-18'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install build dependencies run: | diff --git a/.github/workflows/csmock.yml b/.github/workflows/csmock.yml index c431ab75c..2f7d3310b 100644 --- a/.github/workflows/csmock.yml +++ b/.github/workflows/csmock.yml @@ -22,7 +22,7 @@ jobs: CI_CONTAINER: libblockdev-ci-csmock steps: - name: Checkout libblockdev repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install podman run: | diff --git a/.github/workflows/rst-lint.yml b/.github/workflows/rst-lint.yml index d4944b718..3fa970724 100644 --- a/.github/workflows/rst-lint.yml +++ b/.github/workflows/rst-lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout libblockdev repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install restructuredtext-lint run: | diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index b0ec25212..a4a78454c 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -13,7 +13,7 @@ jobs: CI_CONTAINER: libblockdev-ci-spelling steps: - name: Checkout libblockdev repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: libblockdev @@ -23,7 +23,7 @@ jobs: sudo apt -y -qq install codespell lintian - name: Get the storaged-project/ci repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: storaged-project/ci path: ci diff --git a/.github/workflows/symbols.yml b/.github/workflows/symbols.yml index 39477d729..23d0605fb 100644 --- a/.github/workflows/symbols.yml +++ b/.github/workflows/symbols.yml @@ -13,7 +13,7 @@ jobs: CI_CONTAINER: libblockdev-ci-symbols steps: - name: Checkout libblockdev repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install podman run: | diff --git a/.github/workflows/udisks-build.yml b/.github/workflows/udisks-build.yml index ef8bef53a..f11268179 100644 --- a/.github/workflows/udisks-build.yml +++ b/.github/workflows/udisks-build.yml @@ -13,7 +13,7 @@ jobs: CI_CONTAINER: libblockdev-ci-udisks-build steps: - name: Checkout libblockdev repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install podman run: |