From cb88675832f3fb39b04ed9948c614904c923ce10 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 2 Sep 2026 11:23:16 +0200 Subject: [PATCH] Restore Process-PSModule caller to @v8 Reverts the temporary retarget used to reproduce and validate PSModule/Process-PSModule#530. This change touches only a workflow file, so it matches no important file pattern and triggers no release. 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 67d115c..c25013b 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -30,7 +30,7 @@ jobs: contents: read pages: write id-token: write - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@repro/dispatch-label-whatif + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v8 secrets: PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }} GitHubAppClientId: ${{ secrets.SHELLY_CLIENT_ID }}