Skip to content

Commit 6bd8b7f

Browse files
Bump braces from 3.0.2 to 3.0.3 (#533)
* Bump braces from 3.0.2 to 3.0.3 Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump undici from 5.28.3 to 5.28.4 * update checkout from v3 to v4 * Update test proxy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HarithaVattikuti <[email protected]>
1 parent 5d1464d commit 6bd8b7f

File tree

7 files changed

+582
-136
lines changed

7 files changed

+582
-136
lines changed

.github/workflows/e2e-tests.yml

+36-36
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
20+
operating-system: [ubuntu-latest, windows-latest, macos-13]
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Clear toolcache
2525
shell: pwsh
2626
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -40,10 +40,10 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
43+
operating-system: [ubuntu-latest, windows-latest, macos-13]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
- name: Clear toolcache
4848
shell: pwsh
4949
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -69,10 +69,10 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
72+
operating-system: [ubuntu-latest, windows-latest, macos-13]
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v3
75+
uses: actions/checkout@v4
7676
- name: Clear toolcache
7777
shell: pwsh
7878
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -94,10 +94,10 @@ jobs:
9494
strategy:
9595
fail-fast: false
9696
matrix:
97-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
97+
operating-system: [ubuntu-latest, windows-latest, macos-13]
9898
steps:
9999
- name: Checkout
100-
uses: actions/checkout@v3
100+
uses: actions/checkout@v4
101101
- name: Clear toolcache
102102
shell: pwsh
103103
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -114,10 +114,10 @@ jobs:
114114
strategy:
115115
fail-fast: false
116116
matrix:
117-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
117+
operating-system: [ubuntu-latest, windows-latest, macos-13]
118118
steps:
119119
- name: Checkout
120-
uses: actions/checkout@v3
120+
uses: actions/checkout@v4
121121
- name: Clear toolcache
122122
shell: pwsh
123123
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -138,10 +138,10 @@ jobs:
138138
strategy:
139139
fail-fast: false
140140
matrix:
141-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
141+
operating-system: [ubuntu-latest, windows-latest, macos-13]
142142
steps:
143143
- name: Checkout
144-
uses: actions/checkout@v3
144+
uses: actions/checkout@v4
145145
- name: Clear toolcache
146146
shell: pwsh
147147
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -159,10 +159,10 @@ jobs:
159159
strategy:
160160
fail-fast: false
161161
matrix:
162-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
162+
operating-system: [ubuntu-latest, windows-latest, macos-13]
163163
steps:
164164
- name: Checkout
165-
uses: actions/checkout@v3
165+
uses: actions/checkout@v4
166166
- name: Clear toolcache
167167
shell: pwsh
168168
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -183,10 +183,10 @@ jobs:
183183
strategy:
184184
fail-fast: false
185185
matrix:
186-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
186+
operating-system: [ubuntu-latest, windows-latest, macos-13]
187187
steps:
188188
- name: Checkout
189-
uses: actions/checkout@v3
189+
uses: actions/checkout@v4
190190
- name: Clear toolcache
191191
shell: pwsh
192192
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -209,10 +209,10 @@ jobs:
209209
strategy:
210210
fail-fast: false
211211
matrix:
212-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
212+
operating-system: [ubuntu-latest, windows-latest, macos-13]
213213
steps:
214214
- name: Checkout
215-
uses: actions/checkout@v3
215+
uses: actions/checkout@v4
216216
- name: Clear toolcache
217217
shell: pwsh
218218
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -234,10 +234,10 @@ jobs:
234234
strategy:
235235
fail-fast: false
236236
matrix:
237-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
237+
operating-system: [ubuntu-latest, windows-latest, macos-13]
238238
steps:
239239
- name: Checkout
240-
uses: actions/checkout@v3
240+
uses: actions/checkout@v4
241241
- name: Clear toolcache
242242
shell: pwsh
243243
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -259,10 +259,10 @@ jobs:
259259
strategy:
260260
fail-fast: false
261261
matrix:
262-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
262+
operating-system: [ubuntu-latest, windows-latest, macos-13]
263263
steps:
264264
- name: Checkout
265-
uses: actions/checkout@v3
265+
uses: actions/checkout@v4
266266
- name: Clear toolcache
267267
shell: pwsh
268268
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -281,12 +281,12 @@ jobs:
281281
strategy:
282282
fail-fast: false
283283
matrix:
284-
operating-system: [ubuntu-latest, windows-latest, macos-latest]
284+
operating-system: [ubuntu-latest, windows-latest, macos-13]
285285
env:
286286
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
287287
steps:
288288
- name: Checkout
289-
uses: actions/checkout@v3
289+
uses: actions/checkout@v4
290290
- name: Clear toolcache
291291
shell: pwsh
292292
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -312,12 +312,12 @@ jobs:
312312
strategy:
313313
fail-fast: false
314314
matrix:
315-
operating-system: [ubuntu-latest, windows-latest, macos-latest]
315+
operating-system: [ubuntu-latest, windows-latest, macos-13]
316316
env:
317317
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
318318
steps:
319319
- name: Checkout
320-
uses: actions/checkout@v3
320+
uses: actions/checkout@v4
321321
- name: Clear toolcache
322322
shell: pwsh
323323
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -341,10 +341,10 @@ jobs:
341341
strategy:
342342
fail-fast: false
343343
matrix:
344-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
344+
operating-system: [ubuntu-latest, windows-latest, macos-13]
345345
steps:
346346
- name: Checkout
347-
uses: actions/checkout@v3
347+
uses: actions/checkout@v4
348348
- name: Clear toolcache
349349
shell: pwsh
350350
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -367,10 +367,10 @@ jobs:
367367
strategy:
368368
fail-fast: false
369369
matrix:
370-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
370+
operating-system: [ubuntu-latest, windows-latest, macos-13]
371371
steps:
372372
- name: Checkout
373-
uses: actions/checkout@v3
373+
uses: actions/checkout@v4
374374
- name: Clear toolcache
375375
shell: pwsh
376376
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -391,9 +391,9 @@ jobs:
391391
if (-not ($version -eq '${{steps.step2.outputs.dotnet-version}}')) { throw "Unexpected output value" }
392392
393393
test-proxy:
394-
runs-on: ubuntu-latest
394+
runs-on: ubuntu-22.04
395395
container:
396-
image: ubuntu:latest
396+
image: ubuntu:22.04
397397
options: --dns 127.0.0.1
398398
services:
399399
squid-proxy:
@@ -405,7 +405,7 @@ jobs:
405405
http_proxy: http://squid-proxy:3128
406406
steps:
407407
- name: Checkout
408-
uses: actions/checkout@v3
408+
uses: actions/checkout@v4
409409
- name: Install Powershell
410410
run: |
411411
apt-get update
@@ -437,7 +437,7 @@ jobs:
437437
no_proxy: github.com,dotnetcli.blob.core.windows.net,download.visualstudio.microsoft.com,api.nuget.org,dotnetcli.azureedge.net
438438
steps:
439439
- name: Checkout
440-
uses: actions/checkout@v3
440+
uses: actions/checkout@v4
441441
- name: Clear toolcache
442442
shell: pwsh
443443
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -457,12 +457,12 @@ jobs:
457457
strategy:
458458
fail-fast: false
459459
matrix:
460-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
460+
operating-system: [ubuntu-latest, windows-latest, macos-13]
461461
lower-version: ['3.1.426']
462462
higher-version: ['7.0.203']
463463
steps:
464464
- name: Checkout
465-
uses: actions/checkout@v3
465+
uses: actions/checkout@v4
466466
- name: Clear toolcache
467467
shell: pwsh
468468
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}

.github/workflows/test-dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
20+
operating-system: [ubuntu-latest, windows-latest, macos-13]
2121
dotnet-version: ['2.1', '2.2', '3.0', '3.1', '5.0', '6.0', '7.0', '8.0']
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Clear toolcache
2626
shell: pwsh
2727
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}

.licenses/npm/undici.dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)