From 69a945a70a8478817522440e20fd5ca95eef6ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:56:05 +0000 Subject: [PATCH] :arrow_up: 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](https://github.com/pwshrc/actions-invoke-lib-dependent-pwsh/compare/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] --- .github/workflows/release.yml | 8 ++++---- .github/workflows/validate.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d999b3..d1cf154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,12 +46,12 @@ jobs: path: ./out/ - name: Publish Prerelease to PSGallery (WhatIf) if: steps.gitversion_vars.outputs.PreReleaseTag != '' - uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1 + uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2 with: run: ./build/publish.ps1 -NUGET_KEY "abc" -Prerelease -WhatIf - name: Publish Release to PSGallery (WhatIf) if: steps.gitversion_vars.outputs.PreReleaseTag == '' - uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1 + uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2 with: run: ./build/publish.ps1 -NUGET_KEY "abc" -WhatIf @@ -74,14 +74,14 @@ jobs: path: ./out/ - name: Publish Prerelease to PSGallery if: steps.gitversion_vars.outputs.PreReleaseTag != '' - uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1 + uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2 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/actions-invoke-lib-dependent-pwsh@v0.3.1 + uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2 env: NUGET_KEY: ${{ secrets.NUGET_KEY }} with: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d23e687..a35f3bf 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -14,7 +14,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Lint with PSScriptAnalyzer - uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1 + uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2 with: run: ./build/lint.ps1 -CI -NoFail:([bool]"${{ secrets.MANDATE_LINT_SUCCESS != 'true' }}") @@ -58,7 +58,7 @@ jobs: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}" - name: Build PSGallery package - uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1 + uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2 env: PackageVersion: ${{ steps.gitversion_vars.outputs.NuGetVersionV2 }} ModuleVersionMajor: ${{ steps.gitversion_vars.outputs.Major }} @@ -112,7 +112,7 @@ jobs: name: PSGallery-package path: ./out/ - name: Test with Pester - uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.3.1 + uses: pwshrc/actions-invoke-lib-dependent-pwsh@v0.4.2 with: run: ./build/test.ps1 -UsePackageExport -CI -OutputFilesPrefix "${{ matrix.os }}-" -NoFail:([bool]"${{ matrix.experimental }}") - name: "Create artifact: tests-${{ matrix.os }}"