diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b955ca..4490870 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@v3 + - uses: actions/checkout@v4 - uses: ./.