Skip to content

Commit 80273e1

Browse files
authored
Merge pull request #118 from linked-data-dotnet/dependabot/github_actions/actions/setup-dotnet-1.8.2
Bump actions/setup-dotnet from 1.8.1 to 1.8.2
2 parents a23544d + 353830d commit 80273e1

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/[email protected]
2828

29-
- uses: actions/[email protected].1
29+
- uses: actions/[email protected].2
3030
with:
3131
dotnet-version: 2.1.815
3232

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

8585
- name: setup dotnet
86-
uses: actions/[email protected].1
86+
uses: actions/[email protected].2
8787
with:
8888
dotnet-version: 3.1
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/[email protected].1
106+
- uses: actions/[email protected].2
107107
with:
108108
dotnet-version: 2.1.401
109109
source-url: https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)