CI: Bump actions/checkout from 5 to 6
Commit:
https://github.com/vim/vim/commit/c11fbe51e614f46613e5d3080a7a70ac97a70db6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue Nov 25 21:50:30 2025 +0000
CI: Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
closes: #18803
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index beb226d99..9cf1b4f30 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
steps:
- name: Checkout repository from github
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Check Filelist (for packaging)
run: |
@@ -410,7 +410,7 @@ jobs:
steps:
- name: Checkout repository from github
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Install packages
if: matrix.features == 'huge'
@@ -594,7 +594,7 @@ jobs:
release: false
- name: Checkout repository from github
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Create a list of download URLs
shell: cmd
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index ac9e71ae5..3364adf34 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@v5
+ uses: actions/checkout@v6
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index f74174636..04859a975 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@v5
+ uses: actions/checkout@v6
- name: Download Coverity
if: env.TOKEN
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 59ced5692..4eac57215 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@v5
+ - uses: actions/checkout@v6
- name: Run Lychee
uses: lycheeverse/lychee-action@v2
with:
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vOdwi-004uLI-9d%40256bit.org.