CI: Bump actions/checkout in the github-actions group across 1 directory
Commit:
https://github.com/vim/vim/commit/e876e256fb7da5ff9b722290bffd195d1b30a905
Author: dependabot[bot] <49699333+dependabot[bot]@
users.noreply.github.com>
Date: Sat Jun 27 08:38:13 2026 +0000
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] <
sup...@github.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index 2bd08c452..016c58e0a 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/chec...@v6.0.3
+ uses: actions/chec...@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 54dcd2dca..db8cf437c 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/chec...@v6.0.3
+ uses: actions/chec...@v7.0.0
- name: Build
timeout-minutes: 15
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 2ab16012c..9acda1df4 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/chec...@v6.0.3
+ uses: actions/chec...@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 013d5142b..25c7f1c07 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/chec...@v6.0.3
+ uses: actions/chec...@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 e5c02fbb9..8a5c8f2dd 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/chec...@v6.0.3
+ uses: actions/chec...@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 b4c64f3f2..5ff1dfada 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/chec...@v6.0.2
+ uses: actions/chec...@v7.0.0
- name: Download Coverity
if: env.TOKEN
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index da6955464..73aee1ca6 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/chec...@v6.0.3
+ - uses: actions/chec...@v7.0.0
- name: Run Lychee
uses: lycheeverse/lychee-action@v2
with: