Skip to content

Commit 001f69f

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump actions/setup-dotnet from 5.0.1 to 5.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95c4edf commit 001f69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v6
2727

28-
- uses: actions/setup-dotnet@v5.0.1
28+
- uses: actions/setup-dotnet@v5.1.0
2929
with:
3030
dotnet-version: '8.0.x'
3131

0 commit comments

Comments
 (0)