From fbdf51479f86b14c8e73690d61ba3d35f5bcb4b9 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 8 Aug 2026 18:05:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20[Dependency]:=20Update=20P?= =?UTF-8?q?rocess-PSModule=20to=20v6.1.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v6.1.16 restores the configured VersionPrefix on release tags, which PSSemVer needs before its next release: v1.1.10 published from v6.1.15 was tagged 1.1.10 instead of v1.1.11's expected v prefix. v6.1.17 additionally fixes wildcard MaximumVersion handling, the '6.*' form this repo's test suite declares. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/workflows/Process-PSModule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 0454b2d..48f8957 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -27,6 +27,6 @@ permissions: jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@688896dc3ef70fb35bd74ae5328e76d5e57fe08a # v6.1.15 + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@169c576f6731e38a1439170bed8e35de0c5870f1 # v6.1.17 secrets: APIKey: ${{ secrets.APIKEY }}