Skip to content

Commit 7434099

Browse files
committed
workflows bump deps
1 parent eb7ee40 commit 7434099

11 files changed

+83
-83
lines changed

.github/workflows/build-darwin-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166
167167
# https://github.com/actions/checkout
168168
- name: 'Checkout project'
169-
uses: actions/checkout@v4
169+
uses: actions/checkout@v5
170170
with:
171171
fetch-depth: 3
172172

173173
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
174-
uses: actions/checkout@v4
174+
uses: actions/checkout@v5
175175
with:
176176
repository: xpack-dev-tools/xbb-helper-xpack
177177
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper

.github/workflows/build-darwin-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166
167167
# https://github.com/actions/checkout
168168
- name: 'Checkout project'
169-
uses: actions/checkout@v4
169+
uses: actions/checkout@v5
170170
with:
171171
fetch-depth: 3
172172

173173
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
174-
uses: actions/checkout@v4
174+
uses: actions/checkout@v5
175175
with:
176176
repository: xpack-dev-tools/xbb-helper-xpack
177177
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper

.github/workflows/build-linux-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ jobs:
150150
151151
# https://github.com/actions/checkout
152152
- name: 'Checkout project'
153-
uses: actions/checkout@v4
153+
uses: actions/checkout@v5
154154
with:
155155
fetch-depth: 3
156156

157157
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
158-
uses: actions/checkout@v4
158+
uses: actions/checkout@v5
159159
with:
160160
repository: xpack-dev-tools/xbb-helper-xpack
161161
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper

.github/workflows/build-linux-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ jobs:
150150
151151
# https://github.com/actions/checkout
152152
- name: 'Checkout project'
153-
uses: actions/checkout@v4
153+
uses: actions/checkout@v5
154154
with:
155155
fetch-depth: 3
156156

157157
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
158-
uses: actions/checkout@v4
158+
uses: actions/checkout@v5
159159
with:
160160
repository: xpack-dev-tools/xbb-helper-xpack
161161
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper

.github/workflows/build-win32-x64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135

136136
win32-x64-test:
137137
name: 'win32-x64 ninja-build ${{github.event.inputs.version}} test'
138-
runs-on: windows-2022
138+
runs-on: windows-2025
139139
needs: [win32-x64-build]
140140
defaults:
141141
run:
@@ -154,12 +154,12 @@ jobs:
154154
155155
# https://github.com/actions/checkout
156156
- name: 'Checkout project'
157-
uses: actions/checkout@v4
157+
uses: actions/checkout@v5
158158
with:
159159
fetch-depth: 3
160160

161161
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
162-
uses: actions/checkout@v4
162+
uses: actions/checkout@v5
163163
with:
164164
repository: xpack-dev-tools/xbb-helper-xpack
165165
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper

.github/workflows/publish-github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
steps:
7171
- name: Checkout
7272
# https://github.com/actions/checkout
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
with:
7575
# The full history, required to compute lastUpdatedAt
7676
fetch-depth: 0
7777

7878
- name: Use Nodejs
7979
# https://github.com/actions/setup-node
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v5
8181
with:
8282
# Node LTS version.
8383
node-version: 20
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Upload Pages artifact
9696
# https://github.com/actions/upload-pages-artifact
97-
uses: actions/upload-pages-artifact@v3
97+
uses: actions/upload-pages-artifact@v4
9898
with:
9999
# Upload entire repository
100100
path: './website/build'

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
6161
# https://github.com/actions/checkout
6262
- name: 'Checkout project'
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
fetch-depth: 3
6666

6767
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
with:
7070
repository: xpack-dev-tools/xbb-helper-xpack
7171
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper

.github/workflows/test-docker-linux-arm.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104
105105
# https://github.com/actions/checkout
106106
- name: 'Checkout project'
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v5
108108
with:
109109
fetch-depth: 3
110110

111111
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
112-
uses: actions/checkout@v4
112+
uses: actions/checkout@v5
113113
with:
114114
repository: xpack-dev-tools/xbb-helper-xpack
115115
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -159,12 +159,12 @@ jobs:
159159
160160
# https://github.com/actions/checkout
161161
- name: 'Checkout project'
162-
uses: actions/checkout@v4
162+
uses: actions/checkout@v5
163163
with:
164164
fetch-depth: 3
165165

166166
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
167-
uses: actions/checkout@v4
167+
uses: actions/checkout@v5
168168
with:
169169
repository: xpack-dev-tools/xbb-helper-xpack
170170
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -214,12 +214,12 @@ jobs:
214214
215215
# https://github.com/actions/checkout
216216
- name: 'Checkout project'
217-
uses: actions/checkout@v4
217+
uses: actions/checkout@v5
218218
with:
219219
fetch-depth: 3
220220

221221
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
222-
uses: actions/checkout@v4
222+
uses: actions/checkout@v5
223223
with:
224224
repository: xpack-dev-tools/xbb-helper-xpack
225225
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -257,12 +257,12 @@ jobs:
257257
258258
# https://github.com/actions/checkout
259259
- name: 'Checkout project'
260-
uses: actions/checkout@v4
260+
uses: actions/checkout@v5
261261
with:
262262
fetch-depth: 3
263263

264264
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
265-
uses: actions/checkout@v4
265+
uses: actions/checkout@v5
266266
with:
267267
repository: xpack-dev-tools/xbb-helper-xpack
268268
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -319,12 +319,12 @@ jobs:
319319
320320
# https://github.com/actions/checkout
321321
- name: 'Checkout project'
322-
uses: actions/checkout@v4
322+
uses: actions/checkout@v5
323323
with:
324324
fetch-depth: 3
325325

326326
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
327-
uses: actions/checkout@v4
327+
uses: actions/checkout@v5
328328
with:
329329
repository: xpack-dev-tools/xbb-helper-xpack
330330
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -367,12 +367,12 @@ jobs:
367367
368368
# https://github.com/actions/checkout
369369
- name: 'Checkout project'
370-
uses: actions/checkout@v4
370+
uses: actions/checkout@v5
371371
with:
372372
fetch-depth: 3
373373

374374
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
375-
uses: actions/checkout@v4
375+
uses: actions/checkout@v5
376376
with:
377377
repository: xpack-dev-tools/xbb-helper-xpack
378378
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -409,12 +409,12 @@ jobs:
409409
410410
# https://github.com/actions/checkout
411411
- name: 'Checkout project'
412-
uses: actions/checkout@v4
412+
uses: actions/checkout@v5
413413
with:
414414
fetch-depth: 3
415415

416416
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
417-
uses: actions/checkout@v4
417+
uses: actions/checkout@v5
418418
with:
419419
repository: xpack-dev-tools/xbb-helper-xpack
420420
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -458,12 +458,12 @@ jobs:
458458
459459
# https://github.com/actions/checkout
460460
- name: 'Checkout project'
461-
uses: actions/checkout@v4
461+
uses: actions/checkout@v5
462462
with:
463463
fetch-depth: 3
464464

465465
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
466-
uses: actions/checkout@v4
466+
uses: actions/checkout@v5
467467
with:
468468
repository: xpack-dev-tools/xbb-helper-xpack
469469
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -499,12 +499,12 @@ jobs:
499499
500500
# https://github.com/actions/checkout
501501
- name: 'Checkout project'
502-
uses: actions/checkout@v4
502+
uses: actions/checkout@v5
503503
with:
504504
fetch-depth: 3
505505

506506
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
507-
uses: actions/checkout@v4
507+
uses: actions/checkout@v5
508508
with:
509509
repository: xpack-dev-tools/xbb-helper-xpack
510510
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
@@ -535,12 +535,12 @@ jobs:
535535
536536
# https://github.com/actions/checkout
537537
- name: 'Checkout project'
538-
uses: actions/checkout@v4
538+
uses: actions/checkout@v5
539539
with:
540540
fetch-depth: 3
541541

542542
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
543-
uses: actions/checkout@v4
543+
uses: actions/checkout@v5
544544
with:
545545
repository: xpack-dev-tools/xbb-helper-xpack
546546
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper

0 commit comments

Comments
 (0)