From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:38:13 +0000 (+0000) Subject: CI: Bump actions/checkout in the github-actions group across 1 directory X-Git-Tag: v9.2.0738~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e876e256fb7da5ff9b722290bffd195d1b30a905;p=thirdparty%2Fvim.git CI: Bump actions/checkout in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 7.0.0 - [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.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... closes: #20646 Signed-off-by: dependabot[bot] Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 2bd08c452a..016c58e0ae 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Build timeout-minutes: 15 diff --git a/.github/workflows/ci-linux_asan.yml b/.github/workflows/ci-linux_asan.yml index 54dcd2dca6..db8cf437c6 100644 --- a/.github/workflows/ci-linux_asan.yml +++ b/.github/workflows/ci-linux_asan.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Build timeout-minutes: 15 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 2ab16012c2..9acda1df40 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Install packages if: matrix.features == 'huge' diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 013d5142b1..25c7f1c075 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -128,7 +128,7 @@ jobs: release: false - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Create a list of download URLs shell: cmd diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e5c02fbb9a..8a5c8f2dd5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b4c64f3f28..5ff1dfada7 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository from github if: env.TOKEN - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Download Coverity if: env.TOKEN diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index da69554647..73aee1ca6b 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,7 +8,7 @@ jobs: lychee: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Run Lychee uses: lycheeverse/lychee-action@v2 with: