diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21d419a..0a98a16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Restore dependencies run: dotnet restore