Skip to content

Commit 79ee544

Browse files
Bump PSModule/Test-PSModule from 3.0.6 to 3.0.7 (#240)
Bumps [PSModule/Test-PSModule](https://github.com/psmodule/test-psmodule) from 3.0.6 to 3.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psmodule/test-psmodule/releases">PSModule/Test-PSModule's releases</a>.</em></p> <blockquote> <h2>v3.0.7</h2> <h1>Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/psmodule/test-psmodule/issues/105">#105</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/Test-PSModule/commit/7d94ed751a60973867e84ea8d44521e94b7c485d"><code>7d94ed7</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/psmodule/test-psmodule/issues/105">#105</a>)</li> <li>See full diff in <a href="https://github.com/psmodule/test-psmodule/compare/80b0364db8192e73f584603c68a127de171f881f...7d94ed751a60973867e84ea8d44521e94b7c485d">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PSModule/Test-PSModule&package-manager=github_actions&previous-version=3.0.6&new-version=3.0.7)](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 4224371 commit 79ee544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Test-Module.yml

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

9494
- name: Test-Module
95-
uses: PSModule/Test-PSModule@80b0364db8192e73f584603c68a127de171f881f # v3.0.6
95+
uses: PSModule/Test-PSModule@7d94ed751a60973867e84ea8d44521e94b7c485d # v3.0.7
9696
with:
9797
Name: ${{ inputs.Name }}
9898
Debug: ${{ inputs.Debug }}

.github/workflows/Test-SourceCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Test-SourceCode
59-
uses: PSModule/Test-PSModule@80b0364db8192e73f584603c68a127de171f881f # v3.0.6
59+
uses: PSModule/Test-PSModule@7d94ed751a60973867e84ea8d44521e94b7c485d # v3.0.7
6060
with:
6161
Debug: ${{ inputs.Debug }}
6262
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)