]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump actions/checkout from 3 to 4 (#13072)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 11 Sep 2023 17:43:33 +0000 (19:43 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 17:43:33 +0000 (19:43 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml

index 58298271a04235f8760c378b3268f867cf8630be..30e9d6c6593e3dfad59fcd351ab3275b7b4ec399 100644 (file)
@@ -79,7 +79,7 @@ jobs:
 
     steps:
       - name: Checkout repository from github
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - run: sudo dpkg --add-architecture i386
         if: matrix.architecture == 'i386'
@@ -297,7 +297,7 @@ jobs:
 
     steps:
       - name: Checkout repository from github
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Install packages
         if: matrix.features == 'huge'
@@ -458,7 +458,7 @@ jobs:
           release: false
 
       - name: Checkout repository from github
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Create a list of download URLs
         shell: cmd
index efd91a4de8b7c2b5c12830c5fd43cf4a9f2044d8..13281405af44544cf39c18214af6e09e39674d29 100644 (file)
@@ -44,7 +44,7 @@ jobs:
 
     steps:
     - name: Checkout repository from github
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
index 2a713fc0585501dfda2c00bf5fcb6efea5b61534..290f7e4e4b86ff2e95d9a54cdbddf55de013bf59 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - name: Checkout repository from github
         if: env.TOKEN
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Download Coverity
         if: env.TOKEN