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 e949df3 + 2e8b209 commit 4f1dcf4Copy full SHA for 4f1dcf4
.github/workflows/ci.yml
@@ -31,12 +31,12 @@ jobs:
31
name: "${{ matrix.runs-on }} - Python ${{ matrix.python-version }} ${{ matrix.python-arch }}"
32
runs-on: ${{ matrix.runs-on }}
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
35
with:
36
submodules: recursive
37
fetch-depth: 0
38
- name: Install Python
39
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
40
41
python-version: ${{ matrix.python-version }}
42
architecture: ${{ matrix.python-arch }}
@@ -64,7 +64,7 @@ jobs:
64
YCM_TEST_STDOUT: true
65
name: "Vim tests - ${{ matrix.vim }}"
66
67
68
69
70
0 commit comments