Skip to content

Commit 9a8980a

Browse files
dependabot[bot]bjosv
authored andcommitted
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm), [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) and [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions). Updates `vmactions/freebsd-vm` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](vmactions/freebsd-vm@b9c3f24...0cd283c) Updates `vmactions/solaris-vm` from 1.1.6 to 1.1.8 - [Release notes](https://github.com/vmactions/solaris-vm/releases) - [Commits](vmactions/solaris-vm@f700ee5...47bea10) Updates `rojopolis/spellcheck-github-actions` from 0.54.0 to 0.55.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@6f2326b...16d0338) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: vmactions/solaris-vm dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.55.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 ae341de commit 9a8980a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6565

6666
- name: Build in FreeBSD
67-
uses: vmactions/freebsd-vm@b9c3f24600acdef618ef1c9e2d3c6eeda4dce712 # v1.2.7
67+
uses: vmactions/freebsd-vm@0cd283ca698d48b59cda444a9948f48a30709627 # v1.2.8
6868
with:
6969
prepare: pkg install -y gmake cmake
7070
run: |
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7979
- name: Build on Solaris
80-
uses: vmactions/solaris-vm@f700ee5be83ffc08d416557506be1a46b7d3f079 # v1.1.6
80+
uses: vmactions/solaris-vm@47bea106d03acaf91084e52548ee460556011602 # v1.1.8
8181
with:
8282
prepare: pkgutil -y -i gmake gcc5core openssl_utils
8383
run: USE_TLS=1 gmake

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1414
- name: Run spellcheck
15-
uses: rojopolis/spellcheck-github-actions@6f2326b663e2dbab920da0fc4144b9f3202434ba # 0.54.0
15+
uses: rojopolis/spellcheck-github-actions@16d0338a5a3b5e3111a078029fb9a07a8125053d # 0.55.0
1616
with:
1717
config_path: .github/spellcheck-settings.yml
1818
task_name: Markdown

0 commit comments

Comments
 (0)