diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index cfe4867d4..03d57762c 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Setup NuGet uses: NuGet/setup-nuget@v1 with: