Skip to content

Commit 4224371

Browse files
Bump PSModule/Install-PSModuleHelpers from 1.0.5 to 1.0.6 (#241)
Bumps [PSModule/Install-PSModuleHelpers](https://github.com/psmodule/install-psmodulehelpers) from 1.0.5 to 1.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psmodule/install-psmodulehelpers/releases">PSModule/Install-PSModuleHelpers's releases</a>.</em></p> <blockquote> <h2>v1.0.6</h2> <h1>Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/psmodule/install-psmodulehelpers/issues/8">#8</a>)</h1> <p>Bumps <a href="https://github.com/actions/checkout">actions/checkout</a> from 5 to 6.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PSModule/Install-PSModuleHelpers/commit/d60d63e4be477d1ca0c67c6085101fb109bce8f1"><code>d60d63e</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/psmodule/install-psmodulehelpers/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/psmodule/install-psmodulehelpers/compare/e05e9875aafc0a1e63fc13989b3b683a7ef6444f...d60d63e4be477d1ca0c67c6085101fb109bce8f1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PSModule/Install-PSModuleHelpers&package-manager=github_actions&previous-version=1.0.5&new-version=1.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marius Storhaug <[email protected]>
1 parent 4594348 commit 4224371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build-Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Install-PSModuleHelpers
51-
uses: PSModule/Install-PSModuleHelpers@e05e9875aafc0a1e63fc13989b3b683a7ef6444f # v1.0.5
51+
uses: PSModule/Install-PSModuleHelpers@d60d63e4be477d1ca0c67c6085101fb109bce8f1 # v1.0.6
5252

5353
- name: Download docs artifact
5454
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0

.github/workflows/Test-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
path: ${{ inputs.WorkingDirectory }}/outputs/module
105105

106106
- name: Install-PSModuleHelpers
107-
uses: PSModule/Install-PSModuleHelpers@e05e9875aafc0a1e63fc13989b3b683a7ef6444f # v1.0.5
107+
uses: PSModule/Install-PSModuleHelpers@d60d63e4be477d1ca0c67c6085101fb109bce8f1 # v1.0.6
108108

109109
- name: Import-Module
110110
id: import-module

0 commit comments

Comments
 (0)