diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15026ae..d27f1a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Restore dependencies run: dotnet restore