Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5
# with:
# preview: true <-> currently not available to the public
12 changes: 6 additions & 6 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v6.0.2

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

- name: Build and Test ITK-Wasm
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
large-packages: false
tool-cache: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
name: Pull latest Docker images
with:
max_attempts: 5
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
working-directory: ./
name: Pull latest Docker images
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6.0.2

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

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

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
if: ${{ matrix.os == 'ubuntu-24.04' }}
with:
max_attempts: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.29.5
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions .github/workflows/toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v6.0.2

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

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

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down Expand Up @@ -66,13 +66,13 @@ jobs:
steps:
- uses: actions/checkout@v6.0.2

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

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

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
run_install: true

- uses: nick-fields/retry@v3
- uses: nick-fields/retry@v4
with:
max_attempts: 5
timeout_minutes: 10
Expand Down
Loading