Skip to content

Commit d70ae27

Browse files
committed
ENH: Update hash to main as of 2025-03-05
1 parent 7d013aa commit d70ae27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ on: [push,pull_request]
8787

8888
jobs:
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
```
122122
Tells GHA to fetch and run the `build-test-cxx.yml` workflow.
123123
A 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
```
137137
Tells GHA to fetch and run the `build-test-package-python.yml` workflow.
138138
A commit hash or tagged version may be provided.

0 commit comments

Comments
 (0)