We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 991b830 + 3854a95 commit c154bafCopy full SHA for c154baf
3 files changed
.github/workflows/ci-macvim.yaml
@@ -70,7 +70,7 @@ jobs:
70
71
steps:
72
- name: Checkout
73
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
74
75
- name: Set up legacy build
76
if: matrix.legacy
.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
- name: Checkout repository from github
47
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
.github/workflows/coverity.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
if: env.TOKEN
22
23
24
- name: Download Coverity
25
0 commit comments