From dc45cdca0ef5a67369780527ca86812d0b3ab9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:02:06 +0000 Subject: [PATCH] Bump PSModule/Publish-PSModule from 2.2.4 to 3.0.0 Bumps [PSModule/Publish-PSModule](https://github.com/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/Publish-PSModule dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Publish-Module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publish-Module.yml b/.github/workflows/Publish-Module.yml index 6a67831f..d42e057d 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: