Skip to content

Commit efbc0a0

Browse files
Bump actions/setup-dotnet from 4.3.0 to 4.3.1 in the actions group
Bumps the actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `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-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 806cb71 commit efbc0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- id: gitversion
2727
uses: gittools/actions/gitversion/execute@v3.1.11
2828

29-
- uses: actions/setup-dotnet@v4.3.0
29+
- uses: actions/setup-dotnet@v4.3.1
3030
with:
3131
dotnet-version: 6.0.x
3232

@@ -83,7 +83,7 @@ jobs:
8383
name: nugets
8484

8585
- name: setup dotnet
86-
uses: actions/setup-dotnet@v4.3.0
86+
uses: actions/setup-dotnet@v4.3.1
8787
with:
8888
dotnet-version: 6.0.x
8989
source-url: https://nuget.pkg.github.com/linked-data-dotnet/index.json
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
name: nugets
105105

106-
- uses: actions/setup-dotnet@v4.3.0
106+
- uses: actions/setup-dotnet@v4.3.1
107107
with:
108108
dotnet-version: 6.0.x
109109
source-url: https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)