File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
18
18
- name : Setup .NET
19
- uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
19
+ uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
20
20
with :
21
21
dotnet-version : 6.0.x
22
22
29
29
- name : Test
30
30
run : dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
31
31
32
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.1
32
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.1
33
33
with :
34
34
name : nuget-package
35
35
path : src/OpenFga.Sdk/bin/Release/OpenFga.Sdk.*.nupkg
52
52
fetch-depth : 0
53
53
54
54
- name : Setup .NET
55
- uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
55
+ uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
56
56
with :
57
57
dotnet-version : 6.0.x
58
58
source-url : https://api.nuget.org/v3/index.json
65
65
- name : Build
66
66
run : dotnet build --no-restore --configuration Release
67
67
68
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.1
68
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.1
69
69
with :
70
70
name : nuget-package
71
71
path : src/OpenFga.Sdk/bin/Release/OpenFga.Sdk.*.nupkg
You can’t perform that action at this time.
0 commit comments