]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump actions/checkout in the github-actions group across 1 directory dependabot/github_actions/github-actions-e6ee9d7de3 20433/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 6 Jun 2026 02:33:57 +0000 (02:33 +0000)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 02:33:57 +0000 (02:33 +0000)
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
...

Signed-off-by: dependabot[bot] <support@github.com>
.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 987fcecc8b6cdd1493cb10012a33c2a38aa4edd2..d7075e951c3045de4c973f5a8ce938099cc2009b 100644 (file)
@@ -83,7 +83,7 @@ jobs:
 
     steps:
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v6
+        uses: actions/checkout@v6.0.2
 
       - name: Build
         timeout-minutes: 15
index daa1e25937743a316b401d06d78e9af9186c8b21..84eaca437185cbd493149bb0fe7f78428ae479bf 100644 (file)
@@ -37,7 +37,7 @@ jobs:
 
     steps:
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v6
+        uses: actions/checkout@v6.0.2
 
       - name: Build
         timeout-minutes: 15
index 390f27effa035462215f9ef0fa12d4c181693cdd..890cedb83ce9315b3117f3f0ee163e7278cf09f1 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v6
+        uses: actions/checkout@v6.0.2
 
       - name: Install packages
         if: matrix.features == 'huge'
index 1f676b2ca98038e163f7725f7dfe26427a751b77..de5d49bccabd26bf6977ec7d062325cffb2348a4 100644 (file)
@@ -128,7 +128,7 @@ jobs:
           release: false
 
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v6
+        uses: actions/checkout@v6.0.2
 
       - name: Create a list of download URLs
         shell: cmd
index 24ef96eaf0f04fcbefeae8fe837a182081774953..32c3bcb23acb8f5965dad3926c6afc77aff15fa8 100644 (file)
@@ -44,7 +44,7 @@ jobs:
 
     steps:
     - name: Checkout repository from github
-      uses: actions/checkout@v6
+      uses: actions/checkout@v6.0.2
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
index 04859a9758cc070f0822ac354fdc4c88dda7c36d..b4c64f3f28a7e926d8234d808308f687807b4be8 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - name: Checkout repository from github
         if: env.TOKEN
-        uses: actions/checkout@v6
+        uses: actions/checkout@v6.0.2
 
       - name: Download Coverity
         if: env.TOKEN
index 4eac5721587671dddda6d2abbceb63600868efb5..664fcb786cd0bedac1ca0ae2020840e42e7ac10d 100644 (file)
@@ -8,7 +8,7 @@ jobs:
   lychee:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v6.0.2
       - name: Run Lychee
         uses: lycheeverse/lychee-action@v2
         with: