Skip to content

Commit fbc4ea2

Browse files
committed
COMP: Update workflow package dependancy versions.
1 parent 60e5984 commit fbc4ea2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/clang-format-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v4.2.2
1111
with:
1212
fetch-depth: 1
1313
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

.github/workflows/test-notebooks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
strategy:
99
max-parallel: 3
1010
matrix:
11-
os: [ubuntu-22.04, macos-12, windows-2022]
11+
os: [ubuntu-24.04, macos-15, windows-2022]
1212

1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-python@v3
14+
- uses: actions/checkout@v4.2.2
15+
- uses: actions/setup-python@v5.4.0
1616
with:
1717
python-version: '3.9'
1818
- name: Install build dependencies

0 commit comments

Comments
 (0)