]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump actions/checkout in the github-actions group across 1 directory
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 27 Jun 2026 08:38:13 +0000 (08:38 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 27 Jun 2026 08:38:13 +0000 (08:38 +0000)
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] <support@github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci-linux.yml
.github/workflows/ci-linux_asan.yml
.github/workflows/ci-macos.yml
.github/workflows/ci-windows.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml
.github/workflows/link-check.yml

index 2bd08c452a7738f29ec47aaa74b31c565cbd9055..016c58e0ae67e87394040f4b5c6504a08c9d7185 100644 (file)
@@ -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
index 54dcd2dca6b003a7eb3c1fb94d96189926fb71bf..db8cf437c65bf3b54794b79c73db9ada978efc5e 100644 (file)
@@ -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
index 2ab16012c208c3b4b352f2e4879605a2f5e95ece..9acda1df40ea055e9176ca0f2d6ef1562ac66e7f 100644 (file)
@@ -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'
index 013d5142b1934ea9f1182616f249499c724219b5..25c7f1c075b707cd2ca517959f97f14ae4b2e035 100644 (file)
@@ -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
index e5c02fbb9ade45ac786c788d0dded82ad7ed44ca..8a5c8f2dd50dab065db131e3c4f3d5565ca927c1 100644 (file)
@@ -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
index b4c64f3f28a7e926d8234d808308f687807b4be8..5ff1dfada7c5af7211ab667013760c84bc4922db 100644 (file)
@@ -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
index da695546472819c006d9328c97aad7b42e9b35c7..73aee1ca6bfe90c90822d535b216dd9affb3aa8c 100644 (file)
@@ -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: