Skip to content

Commit 3aa874f

Browse files
build(deps): bump the github-actions group with 2 updates (slint-ui#8472)
Bumps the github-actions group with 2 updates: [zephyrproject-rtos/action-zephyr-setup](https://github.com/zephyrproject-rtos/action-zephyr-setup) and [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action). Updates `zephyrproject-rtos/action-zephyr-setup` from 1.0.6 to 1.0.7 - [Commits](zephyrproject-rtos/action-zephyr-setup@v1.0.6...v1.0.7) Updates `streetsidesoftware/cspell-action` from 6 to 7 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@v6...v7) --- updated-dependencies: - dependency-name: zephyrproject-rtos/action-zephyr-setup dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: streetsidesoftware/cspell-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc2db6a commit 3aa874f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
components: rust-src
119119
target: ${{matrix.target}}
120120
- name: Setup Zephyr project
121-
uses: zephyrproject-rtos/[email protected].6
121+
uses: zephyrproject-rtos/[email protected].7
122122
with:
123123
app-path: slint
124124
manifest-file-name: demos/printerdemo/zephyr/west.yaml

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: streetsidesoftware/cspell-action@v6
15+
- uses: streetsidesoftware/cspell-action@v7
1616
with:
1717
config: "./cspell.json"
1818
strict: false

0 commit comments

Comments
 (0)