diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 601036a..bce0226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: name: Build - ${{ matrix.os }} - .NET ${{ matrix.dotnet }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0