diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c207a45..300c901 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -9,7 +9,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install fmt, clippy and nightly for the fmt run: |