From 3dc8182eff0e2db6c488df206cf5d0989e24f2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:21:59 +0000 Subject: [PATCH 1/2] Bump dotnet-sdk from 9.0.100 to 9.0.101 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.100 to 9.0.101. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c049535abc..45f790ca74 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "9.0.101", "rollForward": "minor" } } From f1ee93798bd95900bc18aaf1a784c7184497f216 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Thu, 12 Dec 2024 17:24:50 -0600 Subject: [PATCH 2/2] Ensure correct .Net SDK version present for all matrix builds --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 897832552a..2ee9ddb0ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,6 +85,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: setup .NET + uses: actions/setup-dotnet@v4.1.0 - name: Populate Databases.yaml shell: bash run: | @@ -151,6 +153,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: setup .NET + uses: actions/setup-dotnet@v4.1.0 - name: Determine RDMP build version id: version shell: bash @@ -288,6 +292,8 @@ jobs: with: path: ${{ github.workspace }}/ key: ${{ github.sha }}-your-cache-key-bundled + - name: setup .NET + uses: actions/setup-dotnet@v4.1.0 - name: Determine RDMP build version id: version shell: bash