From 537c861455db99a7aae2695f00a2f1e348fcd18a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Jan 2025 02:35:40 +0000 Subject: [PATCH 1/2] chore(deps): update dependency dotnet-sdk to v9 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 5a53a38..7bd28ce 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.405", + "version": "9.0.102", "rollForward": "latestMinor", "allowPrerelease": false } From 63663abcdf10b6da1cdfd905d37f9a2dd94498d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Wed, 29 Jan 2025 16:23:52 -0500 Subject: [PATCH 2/2] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a3efa3..e48a8f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: # Prevent duplicate runs if Renovate falls back to creating a PR concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true jobs: