Skip to content

Commit ecc4fd8

Browse files
⬆️ Bump pwshrc/actions-invoke-lib-dependent-pwsh
Bumps [pwshrc/actions-invoke-lib-dependent-pwsh](https://github.com/pwshrc/actions-invoke-lib-dependent-pwsh) from 0.3.1 to 0.4.2. - [Release notes](https://github.com/pwshrc/actions-invoke-lib-dependent-pwsh/releases) - [Commits](pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1...v0.4.2) --- updated-dependencies: - dependency-name: pwshrc/actions-invoke-lib-dependent-pwsh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cec57f9 commit ecc4fd8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
path: ./out/
4747
- name: Publish Prerelease to PSGallery (WhatIf)
4848
if: steps.gitversion_vars.outputs.PreReleaseTag != ''
49-
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
49+
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
5050
with:
5151
run: ./build/publish.ps1 -NUGET_KEY "abc" -Prerelease -WhatIf
5252
- name: Publish Release to PSGallery (WhatIf)
5353
if: steps.gitversion_vars.outputs.PreReleaseTag == ''
54-
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
54+
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
5555
with:
5656
run: ./build/publish.ps1 -NUGET_KEY "abc" -WhatIf
5757

@@ -74,14 +74,14 @@ jobs:
7474
path: ./out/
7575
- name: Publish Prerelease to PSGallery
7676
if: steps.gitversion_vars.outputs.PreReleaseTag != ''
77-
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
77+
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
7878
env:
7979
NUGET_KEY: ${{ secrets.NUGET_KEY }}
8080
with:
8181
run: ./build/publish.ps1 -NUGET_KEY "$env:NUGET_KEY" -Prerelease
8282
- name: Publish Release to PSGallery
8383
if: steps.gitversion_vars.outputs.PreReleaseTag == ''
84-
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
84+
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
8585
env:
8686
NUGET_KEY: ${{ secrets.NUGET_KEY }}
8787
with:

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out repository code
1515
uses: actions/checkout@v4
1616
- name: Lint with PSScriptAnalyzer
17-
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
17+
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
1818
with:
1919
run: ./build/lint.ps1 -CI -NoFail:([bool]"${{ secrets.MANDATE_LINT_SUCCESS != 'true' }}")
2020

@@ -58,7 +58,7 @@ jobs:
5858
mode: 'download'
5959
github_token: "${{ secrets.GITHUB_TOKEN }}"
6060
- name: Build PSGallery package
61-
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
61+
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
6262
env:
6363
PackageVersion: ${{ steps.gitversion_vars.outputs.NuGetVersionV2 }}
6464
ModuleVersionMajor: ${{ steps.gitversion_vars.outputs.Major }}
@@ -112,7 +112,7 @@ jobs:
112112
name: PSGallery-package
113113
path: ./out/
114114
- name: Test with Pester
115-
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1
115+
uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2
116116
with:
117117
run: ./build/test.ps1 -UsePackageExport -CI -OutputFilesPrefix "${{ matrix.os }}-" -NoFail:([bool]"${{ matrix.experimental }}")
118118
- name: "Create artifact: tests-${{ matrix.os }}"

0 commit comments

Comments
 (0)