Skip to content

Commit 2ddc63f

Browse files
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](PSModule/Build-PSModule@3b368fe...672aaa7) Updates `PSModule/Publish-PSModule` from 2.2.4 to 3.0.0 - [Release notes](https://github.com/psmodule/publish-psmodule/releases) - [Commits](PSModule/Publish-PSModule@8917aed...03c0f8b) --- 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] <support@github.com>
1 parent 54e2677 commit 2ddc63f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Build module
33-
uses: PSModule/Build-PSModule@3b368fe7d4cd5872feddfa2ac3dacfb5dfd0ab13 # v4.0.15
33+
uses: PSModule/Build-PSModule@672aaa7a91a379c4c6cd14494d03ab5e87e13c52 # v5.0.0
3434
with:
3535
Name: ${{ fromJson(inputs.Settings).Name }}
3636
ArtifactName: ${{ inputs.ArtifactName }}

.github/workflows/Publish-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Publish module
33-
uses: PSModule/Publish-PSModule@8917aed588dae1bd1aa2873b1caec1c50c20d255 # v2.2.4
33+
uses: PSModule/Publish-PSModule@03c0f8b53d0367c85a0f121f98af9b40c817b0e3 # v3.0.0
3434
env:
3535
GH_TOKEN: ${{ github.token }}
3636
with:

0 commit comments

Comments
 (0)