Merge pull request #1424 from macvim-dev/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Yee Cheng Chin
2023-09-04 16:44:31 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up legacy build
if: matrix.legacy

View 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

View 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