Skip to content

Commit 993df91

Browse files
authored
Merge pull request #308 from linked-data-dotnet/dependabot/github_actions/main/actions-435db8af31
Bump actions/setup-dotnet from 4.1.0 to 4.2.0 in the actions group
2 parents ebfa9fe + a22d3a1 commit 993df91

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.1
2828

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

0 commit comments

Comments
 (0)