diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 439fc82..9194c21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: throw "Environment variable 'StorageConnectionString' not set." } - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 8.0.x - name: Build