Skip to content

Commit 2e8b209

Browse files
committed
Update all actions
1 parent 7684b6c commit 2e8b209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
name: "${{ matrix.runs-on }} - Python ${{ matrix.python-version }} ${{ matrix.python-arch }}"
3232
runs-on: ${{ matrix.runs-on }}
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
with:
3636
submodules: recursive
3737
fetch-depth: 0
3838
- name: Install Python
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v3
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
architecture: ${{ matrix.python-arch }}
@@ -59,7 +59,7 @@ jobs:
5959
YCM_TEST_STDOUT: true
6060
name: "Vim tests - ${{ matrix.vim }}"
6161
steps:
62-
- uses: actions/checkout@v2
62+
- uses: actions/checkout@v3
6363
with:
6464
submodules: recursive
6565
fetch-depth: 0

0 commit comments

Comments
 (0)