Skip to content

Commit 0a44a25

Browse files
Bump actions/setup-dotnet from 4.3.0 to 4.3.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 221dca0 commit 0a44a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
submodules: true
2424
- name: Setup .NET SDK
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
dotnet-version: 8.0.x
2828
- name: Build

0 commit comments

Comments
 (0)