Skip to content

Commit 11b464b

Browse files
Bump actions/setup-dotnet from 4.0.0 to 4.0.1 (#89)
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 ffd9ae4 commit 11b464b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
runs-on: ${{ matrix.job.os }}
3434
steps:
3535
- name: Setup net6.0
36-
uses: actions/setup-dotnet@v4.0.0
36+
uses: actions/setup-dotnet@v4.0.1
3737
with:
3838
dotnet-version: "6.0.404"
3939
- name: Setup net7.0
40-
uses: actions/setup-dotnet@v4.0.0
40+
uses: actions/setup-dotnet@v4.0.1
4141
with:
4242
dotnet-version: "7.0.101"
4343
- name: Run dotnet --info

0 commit comments

Comments
 (0)