Skip to content

Commit a953d96

Browse files
Bump actions/setup-dotnet from 3.0.3 to 3.2.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.3 to 3.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3.0.3...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7ae916 commit a953d96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636
- name: Setup .NET SDK
37-
uses: actions/setup-dotnet@v3.0.3
37+
uses: actions/setup-dotnet@v3.2.0
3838
with:
3939
dotnet-version: |
4040
7.0.x

.github/workflows/release.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@v3.0.3
18+
uses: actions/setup-dotnet@v3.2.0
1919
with:
2020
dotnet-version: 7.0.x
2121
- name: Build

0 commit comments

Comments
 (0)