File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
4444 token : ${{ env.AWS_SECRET_TOKEN }}
4545 # Install .NET9 which is needed for AutoVer
4646 - name : Setup .NET 9.0
47- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
47+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
4848 with :
4949 dotnet-version : 9.0.x
5050 # Install .NET10 which is needed for building the solution
5151 - name : Setup .NET 10.0
52- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
52+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5353 with :
5454 dotnet-version : 10.0.x
5555 # Install AutoVer to automate versioning and changelog creation
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 token : ${{ env.AWS_SECRET_TOKEN }}
4747 # Install .NET9 which is needed for AutoVer
4848 - name : Setup .NET 9.0
49- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
49+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5050 with :
5151 dotnet-version : 9.0.x
5252 # Install .NET10 which is needed for building the solution
5353 - name : Setup .NET 10.0
54- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
54+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5555 with :
5656 dotnet-version : 10.0.x
5757 # Install AutoVer which is needed to retrieve information about the current release.
@@ -122,12 +122,12 @@ jobs:
122122 fetch-depth : 0
123123 # Install .NET9 which is needed for AutoVer
124124 - name : Setup .NET 9.0
125- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
125+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
126126 with :
127127 dotnet-version : 9.0.x
128128 # Install .NET10 which is needed for building the solution
129129 - name : Setup .NET 10.0
130- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
130+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
131131 with :
132132 dotnet-version : 10.0.x
133133 # Install AutoVer which is needed to retrieve information about the current release.
You can’t perform that action at this time.
0 commit comments