From c27c95b906f92e96e1e6419ce4af4a2e6360ffa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:21:10 +0000 Subject: [PATCH] chore(deps): Bump actions/setup-dotnet from 5.2.0 to 5.3.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7...9a946fdbd5fb07b82b2f5a4466058b876ab72bb2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docfx-publish.yaml | 2 +- .github/workflows/manual_publish_nuget_pkg.yaml | 2 +- .github/workflows/post-tag.yaml | 2 +- .github/workflows/pull-request.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docfx-publish.yaml b/.github/workflows/docfx-publish.yaml index 18602da..053df4e 100644 --- a/.github/workflows/docfx-publish.yaml +++ b/.github/workflows/docfx-publish.yaml @@ -40,7 +40,7 @@ jobs: run: ./scripts/patch-readme.sh README.md "$GH_PAGES_URL" - name: Dotnet Setup - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: dotnet-version: 8.x diff --git a/.github/workflows/manual_publish_nuget_pkg.yaml b/.github/workflows/manual_publish_nuget_pkg.yaml index d65527c..6b53ed0 100644 --- a/.github/workflows/manual_publish_nuget_pkg.yaml +++ b/.github/workflows/manual_publish_nuget_pkg.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Setup dotnet - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: dotnet-version: "8.0.x" diff --git a/.github/workflows/post-tag.yaml b/.github/workflows/post-tag.yaml index e60838a..998d677 100644 --- a/.github/workflows/post-tag.yaml +++ b/.github/workflows/post-tag.yaml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Setup dotnet - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: dotnet-version: "8.0.x" diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 21580e7..c6b59e2 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Setup dotnet - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: dotnet-version: "8.0.x" @@ -67,7 +67,7 @@ jobs: persist-credentials: false - name: Setup dotnet - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: dotnet-version: "8.0.x"