diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 39af2ccbb0..a27199ed12 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Install dependencies run: | sudo apt update