From fb74728821adab199326b047da25283d818401c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:06:58 +0000 Subject: [PATCH] chore(deps): bump actions/setup-dotnet in /.github/actions/bootstrap Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 5.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5...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 ... Signed-off-by: dependabot[bot] --- .github/actions/bootstrap/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index c2ad549dd..3c689815a 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -28,7 +28,7 @@ runs: run: | git config --global init.defaultBranch main - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json