Skip to content

Commit d065504

Browse files
Bump actions/setup-dotnet from 5 to 5.2.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-dotnet` from 5 to 5.2.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8bed43 commit d065504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: node_modules
4949
key: ${{ matrix.node_version }}-${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
5050
- name: Setup .NET SDK for MinVer
51-
uses: actions/setup-dotnet@v5
51+
uses: actions/setup-dotnet@v5.2.0
5252
with:
5353
dotnet-version: "10.0.x"
5454
- name: Build Version

0 commit comments

Comments
 (0)