Skip to content

Commit b8d5de3

Browse files
Bump actions/setup-dotnet from 3.0.0 to 3.0.1 (#135)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v3.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f58dcde commit b8d5de3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Setup .NET Core
31-
uses: actions/setup-dotnet@v3.0.0
31+
uses: actions/setup-dotnet@v3.0.1
3232
with:
3333
dotnet-version: 6.0.x
3434

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v3
4040

4141
- name: Setup dotnet
42-
uses: actions/setup-dotnet@v3
42+
uses: actions/setup-dotnet@v3.0.1
4343
with:
4444
dotnet-version: "6.0.x"
4545

0 commit comments

Comments
 (0)