File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : ' Checkout Repository'
20
20
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
21
- name : ' Dependency Review'
22
- uses : actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3
22
+ uses : actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4
Original file line number Diff line number Diff line change 33
33
- name : Checkout
34
34
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
35
- name : Setup .NET ${{ matrix.dotnet-version }}
36
- uses : actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2 .0
36
+ uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0 .0
37
37
with :
38
38
dotnet-version : ${{ matrix.dotnet-version }}
39
39
- name : Restore
Original file line number Diff line number Diff line change 43
43
with :
44
44
languages : csharp
45
45
- name : Setup .NET
46
- uses : actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2 .0
46
+ uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0 .0
47
47
with :
48
48
dotnet-version : 6.0
49
49
- name : Build .NET
Original file line number Diff line number Diff line change 36
36
- name : Checkout
37
37
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
38
- name : Setup .NET ${{ matrix.dotnet-version }}
39
- uses : actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2 .0
39
+ uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0 .0
40
40
with :
41
41
dotnet-version : ${{ matrix.dotnet-version }}
42
42
- name : Pack
You can’t perform that action at this time.
0 commit comments