diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5a8c9d..9313c6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 7.0.402 @@ -123,7 +123,7 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 7.0.402 @@ -166,7 +166,7 @@ jobs: console.log(JSON.stringify(contexts, null, 2)); - name: Install dotnet - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 7.0.402