@@ -89,14 +89,12 @@ jobs:
8989
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
92+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9393
9494 - name : Install .NET
95- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
95+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
9696 with :
97- dotnet-version : |
98- 6.0.x
99- 8.0.x
97+ dotnet-version : ' 8.0.x'
10098
10199 - name : Run restore
102100 run : dotnet restore
@@ -128,14 +126,12 @@ jobs:
128126
129127 steps :
130128 - name : Checkout
131- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
129+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
132130
133131 - name : Install .NET
134- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
132+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
135133 with :
136- dotnet-version : |
137- 6.0.x
138- 8.0.x
134+ dotnet-version : ' 8.0.x'
139135
140136 - name : Run restore
141137 run : dotnet restore
@@ -158,7 +154,7 @@ jobs:
158154 --configuration Release
159155
160156 - name : Upload artifacts
161- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
157+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
162158 with :
163159 name : packages
164160 path : " **/*.nupkg"
@@ -179,16 +175,14 @@ jobs:
179175
180176 steps :
181177 - name : Download artifacts
182- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
178+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
183179 with :
184180 name : packages
185181
186182 - name : Install .NET
187- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
183+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
188184 with :
189- dotnet-version : |
190- 6.0.x
191- 8.0.x
185+ dotnet-version : ' 8.0.x'
192186
193187 # Publish to GitHub package registry every time, whether it's a prerelease
194188 # version or a stable release version.
0 commit comments