Skip to content

Commit 5281dd8

Browse files
authored
Merge pull request #324 from linked-data-dotnet/dependabot/github_actions/main/actions-f2f4ef4d1d
Bump actions/setup-dotnet from 4.3.0 to 4.3.1 in the actions group
2 parents 806cb71 + efbc0a0 commit 5281dd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

+3-3
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].0
29+
- uses: actions/[email protected].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/[email protected].0
86+
uses: actions/[email protected].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/[email protected].0
106+
- uses: actions/[email protected].1
107107
with:
108108
dotnet-version: 6.0.x
109109
source-url: https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)