@@ -89,14 +89,12 @@ jobs:
89
89
90
90
steps :
91
91
- name : Checkout
92
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
92
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93
93
94
94
- name : Install .NET
95
- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
95
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
96
96
with :
97
- dotnet-version : |
98
- 6.0.x
99
- 8.0.x
97
+ dotnet-version : ' 8.0.x'
100
98
101
99
- name : Run restore
102
100
run : dotnet restore
@@ -128,14 +126,12 @@ jobs:
128
126
129
127
steps :
130
128
- name : Checkout
131
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
129
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
132
130
133
131
- name : Install .NET
134
- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
132
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
135
133
with :
136
- dotnet-version : |
137
- 6.0.x
138
- 8.0.x
134
+ dotnet-version : ' 8.0.x'
139
135
140
136
- name : Run restore
141
137
run : dotnet restore
@@ -158,7 +154,7 @@ jobs:
158
154
--configuration Release
159
155
160
156
- name : Upload artifacts
161
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
157
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
162
158
with :
163
159
name : packages
164
160
path : " **/*.nupkg"
@@ -179,16 +175,14 @@ jobs:
179
175
180
176
steps :
181
177
- name : Download artifacts
182
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
178
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
183
179
with :
184
180
name : packages
185
181
186
182
- name : Install .NET
187
- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
183
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
188
184
with :
189
- dotnet-version : |
190
- 6.0.x
191
- 8.0.x
185
+ dotnet-version : ' 8.0.x'
192
186
193
187
# Publish to GitHub package registry every time, whether it's a prerelease
194
188
# version or a stable release version.
0 commit comments