CI: Bump actions/checkout from 3 to 4 (#13072)
Commit:
https://github.com/vim/vim/commit/213c32318419dd656ab637a9cecad591b0ae4d78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Sep 11 19:43:33 2023 +0200
CI: Bump actions/checkout from 3 to 4
(https://github.com/vim/vim/issues/13072)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 58298271a..30e9d6c65 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index efd91a4de..13281405a 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@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 2a713fc05..290f7e4e4 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@v3
+ uses: actions/checkout@v4
- name: Download Coverity
if: env.TOKEN
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qfky8-007rK8-BT%40256bit.org.