File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
token : ${{ env.AWS_SECRET_TOKEN }}
45
45
# Install .NET8 which is needed for AutoVer
46
46
- name : Setup .NET 8.0
47
- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
47
+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
48
48
with :
49
49
dotnet-version : 8.0.x
50
50
# Install AutoVer to automate versioning and changelog creation
Original file line number Diff line number Diff line change 46
46
token : ${{ env.AWS_SECRET_TOKEN }}
47
47
# Install .NET8 which is needed for AutoVer
48
48
- name : Setup .NET 8.0
49
- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
49
+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
50
50
with :
51
51
dotnet-version : 8.0.x
52
52
# Install AutoVer which is needed to retrieve information about the current release.
@@ -112,7 +112,7 @@ jobs:
112
112
fetch-depth : 0
113
113
# Install .NET8 which is needed for AutoVer
114
114
- name : Setup .NET 8.0
115
- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
115
+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
116
116
with :
117
117
dotnet-version : 8.0.x
118
118
# Install AutoVer which is needed to retrieve information about the current release.
You can’t perform that action at this time.
0 commit comments