Skip to content

Commit 6885c25

Browse files
authored
ENH: Update workflow dependencies to version ITK 5.4.5
Lastest stable version
1 parent 4234762 commit 6885c25

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
21
name: Build, test, package
32

43
on: [push,pull_request]
54

65
jobs:
76
cxx-build-workflow:
8-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.5
98

109
python-build-workflow:
11-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.5
1211
with:
1312
test-notebooks: false
1413
secrets:

0 commit comments

Comments
 (0)