]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump actions/checkout from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 25 Nov 2025 21:50:30 +0000 (21:50 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 25 Nov 2025 21:50:30 +0000 (21:50 +0000)
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] <support@github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml
.github/workflows/link-check.yml

index beb226d99d1ad3b4b118c10baf768e12aa56169d..9cf1b4f3067e5ff95522594606bb98992592cf4e 100644 (file)
@@ -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
index ac9e71ae52a5b12f039ea4e3f0672e28888c95df..3364adf340047af41b54e2e23b4e892b364a5b4d 100644 (file)
@@ -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
index f74174636b39f756e31d3e8445dd460d25f57a05..04859a9758cc070f0822ac354fdc4c88dda7c36d 100644 (file)
@@ -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
index 59ced56920679b83e1b13c3c4885ee876a51eced..4eac5721587671dddda6d2abbceb63600868efb5 100644 (file)
@@ -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: