From abd3ada5ea3343250de670002f1e5874362e2477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:53:29 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5.2.0 to 5.4.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7...26b0ec14cb23fa6904739307f278c14f94c95bf1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_validation.yml | 10 +++++----- .github/workflows/release.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index c1962d4..b2d150a 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" @@ -134,7 +134,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" @@ -179,7 +179,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26a5cc2..ec54640 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" @@ -81,7 +81,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" @@ -172,7 +172,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json" @@ -208,7 +208,7 @@ jobs: fetch-depth: 0 - name: "Install .NET SDK" - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: global-json-file: "./global.json"