diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1b78399..bd325c12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: 10.0.x - name: Build "ASP.Net Core API Gateway - 01"