From 9a49b1ad1e12b8c022843b68c950de0d8302b104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:53:52 +0000 Subject: [PATCH] Bump PSModule/Publish-PSModule from 2.2.3 to 2.2.4 Bumps [PSModule/Publish-PSModule](https://github.com/psmodule/publish-psmodule) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/psmodule/publish-psmodule/releases) - [Commits](https://github.com/psmodule/publish-psmodule/compare/207c39b9eff2118d0e4eabff78e90f7015bc36da...8917aed588dae1bd1aa2873b1caec1c50c20d255) --- updated-dependencies: - dependency-name: PSModule/Publish-PSModule dependency-version: 2.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b89de774..6a67831f 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@207c39b9eff2118d0e4eabff78e90f7015bc36da # v2.2.3 + uses: PSModule/Publish-PSModule@8917aed588dae1bd1aa2873b1caec1c50c20d255 # v2.2.4 env: GH_TOKEN: ${{ github.token }} with: