diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c153465..5b955ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,5 +20,5 @@ jobs: - name: Disable core.autocrlf on Windows if: runner.os == 'Windows' run: git config --global core.autocrlf false - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ./.