From 7fa21435b36c81ce4dd28f30ef78bc59e94cd641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:59:51 +0000 Subject: [PATCH] chore: Bump actions/setup-dotnet in the dependencies group Bumps the dependencies group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `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/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-publish.yml | 2 +- .github/workflows/dotnet-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-publish.yml index 0737eee..790a166 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-publish.yml @@ -78,7 +78,7 @@ jobs: persist-credentials: false - name: Setup .NET SDK ${{ matrix.dotnet-version }} - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: ${{ matrix.dotnet-version }} diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index daff518..b33373d 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -63,7 +63,7 @@ jobs: persist-credentials: false - name: Setup .NET SDK ${{ matrix.dotnet-version }} - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: ${{ matrix.dotnet-version }}