Skip to content

Commit 4f1dcf4

Browse files
authored
Merge pull request #4175 from bstaletic/new_actions
[READY] Update all actions
2 parents e949df3 + 2e8b209 commit 4f1dcf4

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 }}
@@ -64,7 +64,7 @@ jobs:
6464
YCM_TEST_STDOUT: true
6565
name: "Vim tests - ${{ matrix.vim }}"
6666
steps:
67-
- uses: actions/checkout@v2
67+
- uses: actions/checkout@v3
6868
with:
6969
submodules: recursive
7070
fetch-depth: 0

0 commit comments

Comments
 (0)