Skip to content

Commit 8684a60

Browse files
Bump actions/setup-dotnet from 4.0.0 to 4.0.1 (#88)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7919bcf commit 8684a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.job.os }}
3838
steps:
3939
- name: Setup net5.0
40-
uses: actions/setup-dotnet@v4.0.0
40+
uses: actions/setup-dotnet@v4.0.1
4141
with:
4242
dotnet-version: "5.0.401"
4343
- name: Run dotnet --info

0 commit comments

Comments
 (0)