You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/workflows/AfterAll-ModuleLocal.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
fetch-depth: 0
33
33
34
34
- 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
Copy file name to clipboardExpand all lines: .github/workflows/BeforeAll-ModuleLocal.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
fetch-depth: 0
33
33
34
34
- 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
uses: PSModule/Resolve-PSModuleVersion@feat/always-evaluate-version-labels#E2E: temp branch ref (always-evaluate-labels); pin to a released SHA before merge
uses: PSModule/Install-PSModuleHelpers@feat/import-testdata#E2E: temporary branch ref (Import-TestData not yet released); pin to a released SHA before merge
0 commit comments