Skip to content

Commit b502ff9

Browse files
authored
Merge pull request #141 from linked-data-dotnet/dependabot/github_actions/support/1.x/actions/setup-dotnet-2
Bump actions/setup-dotnet from 1.8.2 to 2
2 parents 40fc06f + 43c8370 commit b502ff9

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@v0.9.10
2828

29-
- uses: actions/setup-dotnet@v1.8.2
29+
- uses: actions/setup-dotnet@v2
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@v1.8.2
86+
uses: actions/setup-dotnet@v2
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@v1.8.2
106+
- uses: actions/setup-dotnet@v2
107107
with:
108108
dotnet-version: 6.0.x
109109
source-url: https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)