Skip to content

Commit 95489e2

Browse files
build(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/deploy-pages](https://github.com/actions/deploy-pages), [nick-fields/retry](https://github.com/nick-fields/retry), [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) Updates `nick-fields/retry` from 3 to 4 - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](nick-fields/retry@v3...v4) Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.4...v0.9.5) Updates `github/codeql-action` from 4.33.0 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b1bff81...c10b806) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nick-fields/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88362cc commit 95489e2

8 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ jobs:
159159
steps:
160160
- name: Deploy to GitHub Pages
161161
id: deployment
162-
uses: actions/deploy-pages@v4
162+
uses: actions/deploy-pages@v5
163163
# with:
164164
# preview: true <-> currently not available to the public

.github/workflows/examples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
large-packages: false
2424
tool-cache: true
2525

26-
- uses: nick-fields/retry@v3
26+
- uses: nick-fields/retry@v4
2727
with:
2828
max_attempts: 5
2929
timeout_minutes: 10
@@ -65,7 +65,7 @@ jobs:
6565
large-packages: false
6666
tool-cache: true
6767

68-
- uses: nick-fields/retry@v3
68+
- uses: nick-fields/retry@v4
6969
with:
7070
max_attempts: 5
7171
timeout_minutes: 10
@@ -146,7 +146,7 @@ jobs:
146146
large-packages: false
147147
tool-cache: true
148148

149-
- uses: nick-fields/retry@v3
149+
- uses: nick-fields/retry@v4
150150
with:
151151
max_attempts: 5
152152
timeout_minutes: 10
@@ -200,7 +200,7 @@ jobs:
200200
large-packages: false
201201
tool-cache: true
202202

203-
- uses: nick-fields/retry@v3
203+
- uses: nick-fields/retry@v4
204204
with:
205205
max_attempts: 5
206206
timeout_minutes: 10
@@ -246,7 +246,7 @@ jobs:
246246
large-packages: false
247247
tool-cache: true
248248

249-
- uses: nick-fields/retry@v3
249+
- uses: nick-fields/retry@v4
250250
with:
251251
max_attempts: 5
252252
timeout_minutes: 10
@@ -282,7 +282,7 @@ jobs:
282282
large-packages: false
283283
tool-cache: true
284284

285-
- uses: nick-fields/retry@v3
285+
- uses: nick-fields/retry@v4
286286
with:
287287
max_attempts: 5
288288
timeout_minutes: 10

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6.0.2
1919

20-
- uses: prefix-dev/setup-pixi@v0.9.4
20+
- uses: prefix-dev/setup-pixi@v0.9.5
2121

2222
- name: Build and Test ITK-Wasm
2323
run: |

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
large-packages: false
9191
tool-cache: true
9292

93-
- uses: nick-fields/retry@v3
93+
- uses: nick-fields/retry@v4
9494
with:
9595
max_attempts: 5
9696
timeout_minutes: 10
@@ -162,7 +162,7 @@ jobs:
162162
large-packages: false
163163
tool-cache: true
164164

165-
- uses: nick-fields/retry@v3
165+
- uses: nick-fields/retry@v4
166166
name: Pull latest Docker images
167167
with:
168168
max_attempts: 5
@@ -229,7 +229,7 @@ jobs:
229229
- name: Free Disk Space (Ubuntu)
230230
uses: jlumbroso/free-disk-space@main
231231

232-
- uses: nick-fields/retry@v3
232+
- uses: nick-fields/retry@v4
233233
working-directory: ./
234234
name: Pull latest Docker images
235235
with:

.github/workflows/python-wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v6.0.2
3333

34-
- uses: prefix-dev/setup-pixi@v0.9.4
34+
- uses: prefix-dev/setup-pixi@v0.9.5
3535

3636
- name: Set up Python ${{ env.python-version }}
3737
uses: actions/setup-python@v6.2.0
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
run_install: true
5353

54-
- uses: nick-fields/retry@v3
54+
- uses: nick-fields/retry@v4
5555
if: ${{ matrix.os == 'ubuntu-24.04' }}
5656
with:
5757
max_attempts: 5

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
# Upload the results to GitHub's code scanning dashboard (optional).
6666
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.29.5
68+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
6969
with:
7070
sarif_file: results.sarif

.github/workflows/toolchains.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v6.0.2
2121

22-
- uses: prefix-dev/setup-pixi@v0.9.4
22+
- uses: prefix-dev/setup-pixi@v0.9.5
2323
- run: pixi run export-itk-wasm-env-vars
2424

2525
- name: Free Disk Space (Ubuntu)
2626
uses: jlumbroso/free-disk-space@main
2727

28-
- uses: nick-fields/retry@v3
28+
- uses: nick-fields/retry@v4
2929
with:
3030
max_attempts: 5
3131
timeout_minutes: 10
@@ -66,13 +66,13 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v6.0.2
6868

69-
- uses: prefix-dev/setup-pixi@v0.9.4
69+
- uses: prefix-dev/setup-pixi@v0.9.5
7070
- run: pixi run export-itk-wasm-env-vars
7171

7272
- name: Free Disk Space (Ubuntu)
7373
uses: jlumbroso/free-disk-space@main
7474

75-
- uses: nick-fields/retry@v3
75+
- uses: nick-fields/retry@v4
7676
with:
7777
max_attempts: 5
7878
timeout_minutes: 10

.github/workflows/wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
run_install: true
3232

33-
- uses: nick-fields/retry@v3
33+
- uses: nick-fields/retry@v4
3434
with:
3535
max_attempts: 5
3636
timeout_minutes: 10

0 commit comments

Comments
 (0)