From 86e6d0e0ee9887f379b3b476c6ea47ba28da668f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 06:55:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5.4.0 --- .github/workflows/codeql.yml | 2 +- .github/workflows/common-release-nuget.yml | 2 +- .github/workflows/core-cicd.yaml | 2 +- .github/workflows/core-pr.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 24040f2..a8bce57 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -71,7 +71,7 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Setup .NET SDK - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # 5.2.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: '8.0.x' diff --git a/.github/workflows/common-release-nuget.yml b/.github/workflows/common-release-nuget.yml index a45ea19..bc7594f 100644 --- a/.github/workflows/common-release-nuget.yml +++ b/.github/workflows/common-release-nuget.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup build environment - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: '8.0.x' include-prerelease: true diff --git a/.github/workflows/core-cicd.yaml b/.github/workflows/core-cicd.yaml index 029d132..013f359 100644 --- a/.github/workflows/core-cicd.yaml +++ b/.github/workflows/core-cicd.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + - uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: '10.0.x' - name: 'Dotnet restore, build & test' diff --git a/.github/workflows/core-pr.yaml b/.github/workflows/core-pr.yaml index 8dca91e..af6887b 100644 --- a/.github/workflows/core-pr.yaml +++ b/.github/workflows/core-pr.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup .NET ${{ env.DOTNET_VERSION }} environment - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: ${{ env.DOTNET_VERSION }}