Skip to content

Commit 4013cb3

Browse files
Bump actions/setup-dotnet from 4.2.0 to 4.3.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e09f5a commit 4013cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Setup .NET SDK
18-
uses: actions/setup-dotnet@v4.2.0
18+
uses: actions/setup-dotnet@v4.3.0
1919
with:
2020
dotnet-version: 8.0.x
2121
- name: Download RavenDB Server

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838
- name: Setup .NET SDK
39-
uses: actions/setup-dotnet@v4.2.0
39+
uses: actions/setup-dotnet@v4.3.0
4040
with:
4141
dotnet-version: 8.0.x
4242
- name: Download RavenDB Server

0 commit comments

Comments
 (0)