Skip to content

Commit d028861

Browse files
Pin Install-PSModuleHelpers to v1.0.9 and Resolve-PSModuleVersion to v1.1.4
Replaces the temporary E2E branch refs with released commit SHAs now that Import-TestData (IPH v1.0.9) and the always-evaluate-labels fix (Resolve v1.1.4) are released. Also bumps Build-Site's Install-PSModuleHelpers pin to v1.0.9 so the action is uniform across the repo.
1 parent 5bec498 commit d028861

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/AfterAll-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install-PSModuleHelpers
35-
uses: PSModule/Install-PSModuleHelpers@feat/import-testdata # E2E: temporary branch ref (Import-TestData not yet released); pin to a released SHA before merge
35+
uses: PSModule/Install-PSModuleHelpers@8bfb84d557755c67d9b5643efe573bdcae4c1a4a # v1.0.9
3636

3737
- name: Expose caller-provided test data
3838
shell: pwsh

.github/workflows/BeforeAll-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install-PSModuleHelpers
35-
uses: PSModule/Install-PSModuleHelpers@feat/import-testdata # E2E: temporary branch ref (Import-TestData not yet released); pin to a released SHA before merge
35+
uses: PSModule/Install-PSModuleHelpers@8bfb84d557755c67d9b5643efe573bdcae4c1a4a # v1.0.9
3636

3737
- name: Expose caller-provided test data
3838
shell: pwsh

.github/workflows/Build-Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Install-PSModuleHelpers
26-
uses: PSModule/Install-PSModuleHelpers@68e8ca76be679bfcb7099aed8cffa911c4ab72af # v1.0.8
26+
uses: PSModule/Install-PSModuleHelpers@8bfb84d557755c67d9b5643efe573bdcae4c1a4a # v1.0.9
2727

2828
- name: Download docs artifact
2929
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

.github/workflows/Plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
ImportantFilePatterns: ${{ inputs.ImportantFilePatterns }}
8686

8787
- name: Resolve-Version
88-
uses: PSModule/Resolve-PSModuleVersion@feat/always-evaluate-version-labels # E2E: temp branch ref (always-evaluate-labels); pin to a released SHA before merge
88+
uses: PSModule/Resolve-PSModuleVersion@8d1dac7f326a45ba08060c1e24a5dd6f6f00b3ab # v1.1.4
8989
id: Resolve-Version
9090
env:
9191
GH_TOKEN: ${{ github.token }}

.github/workflows/Test-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/module
4444

4545
- name: Install-PSModuleHelpers
46-
uses: PSModule/Install-PSModuleHelpers@feat/import-testdata # E2E: temporary branch ref (Import-TestData not yet released); pin to a released SHA before merge
46+
uses: PSModule/Install-PSModuleHelpers@8bfb84d557755c67d9b5643efe573bdcae4c1a4a # v1.0.9
4747

4848
- name: Expose caller-provided test data
4949
shell: pwsh

0 commit comments

Comments
 (0)