build(deps): bump vmactions/freebsd-vm from 1.2.3 to 1.2.4 (#8827)
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.2.3 to 1.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vmactions/freebsd-vm/releases">vmactions/freebsd-vm's releases</a>.</em></p> <blockquote> <p>add 15.0</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/8838/head487ce35b96"><code>487ce35</code></a> Update from base vm</li> <li><a href="81b0e85cca"><code>81b0e85</code></a> Generated from base-vm</li> <li><a href="4f22df8b8d"><code>4f22df8</code></a> add 15</li> <li><a href="11ecb20fda"><code>11ecb20</code></a> Update from base vm</li> <li><a href="ec67fecd18"><code>ec67fec</code></a> Generated from base-vm</li> <li><a href="709b36f060"><code>709b36f</code></a> Update version to</li> <li>See full diff in <a href="05856381fa...487ce35b96">compare view</a></li> </ul> </details> <br /> [](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>
commit
485b6b73bf
|
|
@ -1000,7 +1000,7 @@ jobs:
|
||||||
sudo systemctl start ssh
|
sudo systemctl start ssh
|
||||||
|
|
||||||
- name: Set up FreeBSD VM
|
- name: Set up FreeBSD VM
|
||||||
uses: vmactions/freebsd-vm@05856381fab64eeee9b038a0818f6cec649ca17a # v1.2.3
|
uses: vmactions/freebsd-vm@487ce35b96fae3e60d45b521735f5aa436ecfade # v1.2.4
|
||||||
with:
|
with:
|
||||||
release: ${{ matrix.release }}
|
release: ${{ matrix.release }}
|
||||||
copyback: false
|
copyback: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue