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.
1 parent 7684b6c commit 2e8b209Copy full SHA for 2e8b209
.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 }}
@@ -59,7 +59,7 @@ jobs:
59
YCM_TEST_STDOUT: true
60
name: "Vim tests - ${{ matrix.vim }}"
61
62
63
64
65
0 commit comments