From 2e8b209f3bc7804116b16b5b8e4ef2fb1d94a213 Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Sat, 19 Aug 2023 17:54:12 +0200 Subject: [PATCH] Update all actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4d0e5f7d0..abcea61826 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -59,7 +59,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