Skip to content

Commit 09fbe4d

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) and [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions). Updates `vmactions/freebsd-vm` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](vmactions/freebsd-vm@487ce35...c58a3f0) Updates `rojopolis/spellcheck-github-actions` from 0.52.0 to 0.54.0 - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](rojopolis/spellcheck-github-actions@739a1e3...6f2326b) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f3ca37 commit 09fbe4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868

6969
- name: Build in FreeBSD
70-
uses: vmactions/freebsd-vm@487ce35b96fae3e60d45b521735f5aa436ecfade # v1.2.4
70+
uses: vmactions/freebsd-vm@c58a3f0f77417d932df47c7874b308c02b2c7cc1 # v1.2.5
7171
with:
7272
prepare: pkg install -y gmake cmake
7373
run: |

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
- name: Run spellcheck
15-
uses: rojopolis/spellcheck-github-actions@739a1e3ceb79a98a5d4a9bf76f351137f9d78892 # 0.52.0
15+
uses: rojopolis/spellcheck-github-actions@6f2326b663e2dbab920da0fc4144b9f3202434ba # 0.54.0
1616
with:
1717
config_path: .github/spellcheck-settings.yml
1818
task_name: Markdown

0 commit comments

Comments
 (0)