File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ on: [push,pull_request]
8787
8888jobs :
8989 cxx-build-workflow :
90- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
90+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@7e5f78c2bae4311d0236ee66852456fe72c39dc4
9191 with :
9292 itk-cmake-options : ' -DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON'
9393
9494 python-build-workflow :
95- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
95+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@7e5f78c2bae4311d0236ee66852456fe72c39dc4
9696 secrets :
9797 pypi_password : ${{ secrets.pypi_password }}
9898` ` `
@@ -117,7 +117,7 @@ The top-level jobs used to organize the run. Reusable workflows may provide mult
117117
118118` ` ` yaml
119119 cxx-build-workflow:
120- uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
120+ uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@7e5f78c2bae4311d0236ee66852456fe72c39dc4
121121` ` `
122122Tells GHA to fetch and run the `build-test-cxx.yml` workflow.
123123A commit hash or tagged version may be provided.
@@ -132,7 +132,7 @@ certain modules are built before the external module itself is subsequently buil
132132
133133` ` ` yaml
134134 python-build-workflow:
135- uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
135+ uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@7e5f78c2bae4311d0236ee66852456fe72c39dc4
136136` ` `
137137Tells GHA to fetch and run the `build-test-package-python.yml` workflow.
138138A commit hash or tagged version may be provided.
You can’t perform that action at this time.
0 commit comments