From 3a2e804fdbc3dbbb9dcc3e08146031065ff3b31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:14:58 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [PSModule/Build-PSModule](https://github.com/psmodule/build-psmodule) and [PSModule/Publish-PSModule](https://github.com/psmodule/publish-psmodule). Updates `PSModule/Build-PSModule` from 4.0.15 to 5.0.0 - [Release notes](https://github.com/psmodule/build-psmodule/releases) - [Commits](https://github.com/psmodule/build-psmodule/compare/3b368fe7d4cd5872feddfa2ac3dacfb5dfd0ab13...672aaa7a91a379c4c6cd14494d03ab5e87e13c52) Updates `PSModule/Publish-PSModule` from 2.2.4 to 3.0.0 - [Release notes](https://github.com/psmodule/publish-psmodule/releases) - [Commits](https://github.com/psmodule/publish-psmodule/compare/8917aed588dae1bd1aa2873b1caec1c50c20d255...03c0f8b53d0367c85a0f121f98af9b40c817b0e3) --- updated-dependencies: - dependency-name: PSModule/Build-PSModule dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: PSModule/Publish-PSModule dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Build-Module.yml | 2 +- .github/workflows/Publish-Module.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build-Module.yml b/.github/workflows/Build-Module.yml index 3dd3a375..28ba1089 100644 --- a/.github/workflows/Build-Module.yml +++ b/.github/workflows/Build-Module.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Build module - uses: PSModule/Build-PSModule@3b368fe7d4cd5872feddfa2ac3dacfb5dfd0ab13 # v4.0.15 + uses: PSModule/Build-PSModule@672aaa7a91a379c4c6cd14494d03ab5e87e13c52 # v5.0.0 with: Name: ${{ fromJson(inputs.Settings).Name }} ArtifactName: ${{ inputs.ArtifactName }} diff --git a/.github/workflows/Publish-Module.yml b/.github/workflows/Publish-Module.yml index 2e24dda9..83eaf7f6 100644 --- a/.github/workflows/Publish-Module.yml +++ b/.github/workflows/Publish-Module.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Publish module - uses: PSModule/Publish-PSModule@8917aed588dae1bd1aa2873b1caec1c50c20d255 # v2.2.4 + uses: PSModule/Publish-PSModule@03c0f8b53d0367c85a0f121f98af9b40c817b0e3 # v3.0.0 env: GH_TOKEN: ${{ github.token }} with: