Skip to content

Commit 708b853

Browse files
build(deps): bump actions/setup-dotnet from 3.0.3 to 3.2.0 (#86)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1ee4df commit 708b853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET 6
26-
uses: actions/setup-dotnet@v3.0.3
26+
uses: actions/setup-dotnet@v3.2.0
2727
with:
2828
dotnet-version: 6.0.x
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Install .NET 6
26-
uses: actions/setup-dotnet@v3.0.3
26+
uses: actions/setup-dotnet@v3.2.0
2727
with:
2828
dotnet-version: 6.0.x
2929

0 commit comments

Comments
 (0)