Skip to content

Commit

Permalink
⬆️ Bump pwshrc/actions-invoke-lib-dependent-pwsh
Browse files Browse the repository at this point in the history
Bumps [pwshrc/actions-invoke-lib-dependent-pwsh](https://github.com/pwshrc/actions-invoke-lib-dependent-pwsh) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/pwshrc/actions-invoke-lib-dependent-pwsh/releases)
- [Commits](pwshrc/actions-invoke-lib-dependent-pwsh@v0.2.9...v0.2.10)

---
updated-dependencies:
- dependency-name: pwshrc/actions-invoke-lib-dependent-pwsh
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 14, 2023
1 parent 78f23bd commit a574b34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
path: ./out/
- name: Publish Prerelease to PSGallery (WhatIf)
if: steps.gitversion_vars.outputs.PreReleaseTag != ''
uses: pwshrc/[email protected].9
uses: pwshrc/[email protected].10
with:
run: ./build/publish.ps1 -NUGET_KEY "abc" -Prerelease -WhatIf
- name: Publish Release to PSGallery (WhatIf)
if: steps.gitversion_vars.outputs.PreReleaseTag == ''
uses: pwshrc/[email protected].9
uses: pwshrc/[email protected].10
with:
run: ./build/publish.ps1 -NUGET_KEY "abc" -WhatIf

Expand All @@ -74,14 +74,14 @@ jobs:
path: ./out/
- name: Publish Prerelease to PSGallery
if: steps.gitversion_vars.outputs.PreReleaseTag != ''
uses: pwshrc/[email protected].9
uses: pwshrc/[email protected].10
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
with:
run: ./build/publish.ps1 -NUGET_KEY "$env:NUGET_KEY" -Prerelease
- name: Publish Release to PSGallery
if: steps.gitversion_vars.outputs.PreReleaseTag == ''
uses: pwshrc/[email protected].9
uses: pwshrc/[email protected].10
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Lint with PSScriptAnalyzer
uses: pwshrc/[email protected].9
uses: pwshrc/[email protected].10
with:
run: ./build/lint.ps1 -CI -NoFail:([bool]"${{ secrets.MANDATE_LINT_SUCCESS != 'true' }}")

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
mode: 'download'
github_token: "${{ secrets.GITHUB_TOKEN }}"
- name: Build PSGallery package
uses: pwshrc/[email protected].9
uses: pwshrc/[email protected].10
env:
PackageVersion: ${{ steps.gitversion_vars.outputs.NuGetVersionV2 }}
ModuleVersionMajor: ${{ steps.gitversion_vars.outputs.Major }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
name: PSGallery-package
path: ./out/
- name: Test with Pester
uses: pwshrc/[email protected].9
uses: pwshrc/[email protected].10
with:
run: ./build/test.ps1 -UsePackageExport -CI -OutputFilesPrefix "${{ matrix.os }}-" -NoFail:([bool]"${{ matrix.experimental }}")
- name: "Create artifact: tests-${{ matrix.os }}"
Expand Down

0 comments on commit a574b34

Please sign in to comment.