Skip to content

Commit 8d3caa5

Browse files
committedMar 17, 2025·
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] <support@github.com>
1 parent e84f0ad commit 8d3caa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Setup .NET SDK
32-
uses: actions/setup-dotnet@v4.3.0
32+
uses: actions/setup-dotnet@v4.3.1
3333
with:
3434
dotnet-version: |
3535
9.0.x

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup .NET SDK
22-
uses: actions/setup-dotnet@v4.3.0
22+
uses: actions/setup-dotnet@v4.3.1
2323
with:
2424
dotnet-version: 9.0.x
2525
- name: Build

0 commit comments

Comments
 (0)
Please sign in to comment.