From 467280330ad426ff85bc3698ea472beacc78a375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:13:33 +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/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/_reusable-backoffice-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_reusable-backoffice-test.yml b/.github/workflows/_reusable-backoffice-test.yml index 9ea21d84..4338c049 100644 --- a/.github/workflows/_reusable-backoffice-test.yml +++ b/.github/workflows/_reusable-backoffice-test.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup dotnet - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: ${{ inputs.dotnet-version }}