Skip to content

Commit f674444

Browse files
authored
Merge pull request #1366 from InsightSoftwareConsortium/dependabot/github_actions/github-actions-55d8f3cca2
build(deps): bump the github-actions group with 3 updates
2 parents 9b9b5dc + d4ffc34 commit f674444

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v5.4.0
28+
uses: actions/setup-python@v5.5.0
2929
with:
3030
python-version: '3.11'
3131

@@ -94,7 +94,7 @@ jobs:
9494
done
9595
9696
- name: Set up Python
97-
uses: actions/setup-python@v5.4.0
97+
uses: actions/setup-python@v5.5.0
9898
with:
9999
python-version: '3.11'
100100

.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@v4
1919

20-
- uses: prefix-dev/setup-pixi@v0.8.3
20+
- uses: prefix-dev/setup-pixi@v0.8.4
2121

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

.github/workflows/python-wasm.yml

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

34-
- uses: prefix-dev/setup-pixi@v0.8.3
34+
- uses: prefix-dev/setup-pixi@v0.8.4
3535

3636
- name: Set up Python ${{ env.python-version }}
37-
uses: actions/setup-python@v5.4.0
37+
uses: actions/setup-python@v5.5.0
3838
with:
3939
python-version: ${{ env.python-version }}
4040

.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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
68+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
6969
with:
7070
sarif_file: results.sarif

.github/workflows/toolchains.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

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

2525
- name: Free Disk Space (Ubuntu)
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868

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

7272
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)