6363 steps :
6464
6565 - name : Checkout
66- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag: v6.0.0
66+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1
6767 with :
6868 fetch-depth : 0 # fetching all, needed to correctly calculate version
6969
@@ -73,17 +73,17 @@ jobs:
7373 dotnet-version : |
7474 8.0.416
7575 9.0.308
76- 10.0.100
76+ 10.0.101
7777
7878 - name : Check for NuGet packages cache
79- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag: v4.3.0
79+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
8080 id : nuget-cache
8181 with :
8282 key : ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
8383 path : ${{ env.NUGET_PACKAGES }}
8484
8585 - name : Download Artifacts from build job
86- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag: v6 .0.0
86+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # tag: v7 .0.0
8787 with :
8888 name : bin-${{ matrix.artifact-name }}
8989 path : bin/tracer-home
9999
100100 - name : Upload test logs
101101 if : always()
102- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag: v5 .0.0
102+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag: v6 .0.0
103103 with :
104104 name : test-logs-${{ matrix.machine }}-${{ matrix.test-tfm }}-containers-${{ matrix.containers }}
105105 path : test-artifacts/
@@ -123,7 +123,7 @@ jobs:
123123 steps :
124124
125125 - name : Checkout
126- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag: v6.0.0
126+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1
127127 with :
128128 fetch-depth : 0 # fetching all, needed to correctly calculate version
129129
@@ -133,17 +133,17 @@ jobs:
133133 dotnet-version : |
134134 8.0.416
135135 9.0.308
136- 10.0.100
136+ 10.0.101
137137
138138 - name : Check for NuGet packages cache
139- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag: v4.3.0
139+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
140140 id : nuget-cache
141141 with :
142142 key : ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
143143 path : ${{ env.NUGET_PACKAGES }}
144144
145145 - name : Download Artifacts from build job
146- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag: v6 .0.0
146+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # tag: v7 .0.0
147147 with :
148148 name : bin-${{ matrix.artifact-name }}
149149 path : bin/tracer-home
@@ -167,7 +167,7 @@ jobs:
167167 steps :
168168
169169 - name : Checkout
170- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag: v6.0.0
170+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1
171171 with :
172172 fetch-depth : 0 # fetching all, needed to correctly calculate version
173173
@@ -177,17 +177,17 @@ jobs:
177177 dotnet-version : |
178178 8.0.416
179179 9.0.308
180- 10.0.100
180+ 10.0.101
181181
182182 - name : Check for NuGet packages cache
183- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag: v4.3.0
183+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
184184 id : nuget-cache
185185 with :
186186 key : ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
187187 path : ${{ env.NUGET_PACKAGES }}
188188
189189 - name : Download Artifacts from build job
190- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag: v6 .0.0
190+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # tag: v7 .0.0
191191 with :
192192 name : bin-${{ matrix.artifact-name }}
193193 path : bin/tracer-home
@@ -200,7 +200,7 @@ jobs:
200200
201201 - name : Upload test logs
202202 if : always()
203- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag: v5 .0.0
203+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag: v6 .0.0
204204 with :
205205 name : test-logs-${{ matrix.machine }}-containers-${{ matrix.containers }}
206206 path : test-artifacts/
@@ -236,12 +236,12 @@ jobs:
236236 steps :
237237
238238 - name : Checkout
239- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag: v6.0.0
239+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1
240240 with :
241241 fetch-depth : 0 # fetching all, needed to correctly calculate version
242242
243243 - name : Download Artifacts from build job
244- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag: v6 .0.0
244+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # tag: v7 .0.0
245245 with :
246246 name : bin-${{ matrix.build-source }}
247247 path : bin/tracer-home
@@ -255,7 +255,7 @@ jobs:
255255
256256 - name : Upload test logs
257257 if : always()
258- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag: v5 .0.0
258+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag: v6 .0.0
259259 with :
260260 name : test-logs-container-${{ matrix.machine }}-${{ matrix.base-image }}
261261 path : test-artifacts/
@@ -275,7 +275,7 @@ jobs:
275275 steps :
276276
277277 - name : Checkout
278- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag: v6.0.0
278+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1
279279 with :
280280 fetch-depth : 0 # fetching all, needed to correctly calculate version
281281
@@ -285,17 +285,17 @@ jobs:
285285 dotnet-version : |
286286 8.0.416
287287 9.0.308
288- 10.0.100
288+ 10.0.101
289289
290290 - name : Check for NuGet packages cache
291- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag: v4.3.0
291+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag: v5.0.1
292292 id : nuget-cache
293293 with :
294294 key : ${{ hashFiles('**/Directory.packages.props', './build/LibraryVersions.g.cs', '**/packages.config' ) }}
295295 path : ${{ env.NUGET_PACKAGES }}
296296
297297 - name : Download NuGet Artifacts from build-nuget-packages job
298- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag: v6 .0.0
298+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # tag: v7 .0.0
299299 with :
300300 name : bin-nuget-packages
301301 path : bin/nuget-artifacts/
@@ -305,7 +305,7 @@ jobs:
305305
306306 - name : Upload test logs
307307 if : always()
308- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag: v5 .0.0
308+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # tag: v6 .0.0
309309 with :
310310 name : test-logs-nuget-packages-${{ matrix.machine }}
311311 path : test-artifacts/
0 commit comments