CI: Bump actions/checkout in the github-actions group across 1 directory
Commit:
https://github.com/vim/vim/commit/057db5f7e9dbebb2ace0b3ad8a29c792ed8a2788
Author: dependabot[bot] <49699333+dependabot[bot]@
users.noreply.github.com>
Date: Sun Jun 7 18:59:16 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 to 6.0.2
- [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...v6.0.2)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
closes: #20433
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 987fcecc8..d7075e951 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
+ uses: actions/chec...@v6.0.2
- name: Build
timeout-minutes: 15
diff --git a/.github/workflows/ci-linux_asan.yml b/.github/workflows/ci-linux_asan.yml
index daa1e2593..84eaca437 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
+ uses: actions/chec...@v6.0.2
- name: Build
timeout-minutes: 15
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 390f27eff..890cedb83 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
+ uses: actions/chec...@v6.0.2
- name: Install packages
if: matrix.features == 'huge'
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 1f676b2ca..de5d49bcc 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
+ uses: actions/chec...@v6.0.2
- name: Create a list of download URLs
shell: cmd
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 24ef96eaf..32c3bcb23 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
+ uses: actions/chec...@v6.0.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 04859a975..b4c64f3f2 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
+ uses: actions/chec...@v6.0.2
- name: Download Coverity
if: env.TOKEN
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 4eac57215..664fcb786 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
+ - uses: actions/chec...@v6.0.2
- name: Run Lychee
uses: lycheeverse/lychee-action@v2
with: