Skip to content

Commit

Permalink
Merge pull request #4175 from bstaletic/new_actions
Browse files Browse the repository at this point in the history
[READY] Update all actions
  • Loading branch information
puremourning committed Aug 19, 2023
2 parents e949df3 + 2e8b209 commit 4f1dcf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
name: "${{ matrix.runs-on }} - Python ${{ matrix.python-version }} ${{ matrix.python-arch }}"
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.python-arch }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
YCM_TEST_STDOUT: true
name: "Vim tests - ${{ matrix.vim }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
Expand Down

0 comments on commit 4f1dcf4

Please sign in to comment.