Skip to content

Commit

Permalink
Merge pull request #1424 from macvim-dev/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
ychin authored Sep 4, 2023
2 parents 991b830 + 3854a95 commit c154baf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up legacy build
if: matrix.legacy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c154baf

Please sign in to comment.