Skip to content

Bump the actions group across 1 directory with 3 updates#110

Merged
urob merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-33a56151f1
May 21, 2026
Merged

Bump the actions group across 1 directory with 3 updates#110
urob merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-33a56151f1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps the actions group with 3 updates in the /.github/workflows directory: urob/zmk-actions/.github/workflows/upgrade-module.yml, urob/zmk-actions/.github/workflows/run-tests.yml and urob/zmk-actions/.github/workflows/upgrade-zmk.yml.

Updates urob/zmk-actions/.github/workflows/upgrade-module.yml from 11.0.3 to 12.0.0

Release notes

Sourced from urob/zmk-actions/.github/workflows/upgrade-module.yml's releases.

v12.0.0

Breaking changes

  • The run-tests workflow now always runs west update
  • The run-tests workflow now always uses the test script that is bundled with ZMK, instead of the one that comes with this repo

Full Changelog: urob/zmk-actions@v11...v12.0.0

v11.0.5

Fixed

  • SDK caches now are automatically invalidated when the action changes. This fixes build failures when the cache with warm caches that were initialized before v11

Full Changelog: urob/zmk-actions@v11.0.4...v11.0.5

v11.0.4

Changes

  • Revert unnecessary temproots fix

Full Changelog: urob/zmk-actions@v11.0.3...v11.0.4

Commits
  • 2d0dce4 Prepare release v12.0.0
  • 0314b09 Force west update on test runs
  • 5ed9693 Use bundled test script to ensure compatibility with ZMK
  • c79923d Upgrade test board to HWMv2 extension
  • 21d0254 Prepare release v11.0.5
  • b6fb275 Invalidate sdk cache when the action changes
  • 5eee60d Prepare release v11.0.4
  • c250e61 Revert: Fix nix temproots permissions
  • See full diff in compare view

Updates urob/zmk-actions/.github/workflows/run-tests.yml from 11.0.3 to 12.0.0

Release notes

Sourced from urob/zmk-actions/.github/workflows/run-tests.yml's releases.

v12.0.0

Breaking changes

  • The run-tests workflow now always runs west update
  • The run-tests workflow now always uses the test script that is bundled with ZMK, instead of the one that comes with this repo

Full Changelog: urob/zmk-actions@v11...v12.0.0

v11.0.5

Fixed

  • SDK caches now are automatically invalidated when the action changes. This fixes build failures when the cache with warm caches that were initialized before v11

Full Changelog: urob/zmk-actions@v11.0.4...v11.0.5

v11.0.4

Changes

  • Revert unnecessary temproots fix

Full Changelog: urob/zmk-actions@v11.0.3...v11.0.4

Commits
  • 2d0dce4 Prepare release v12.0.0
  • 0314b09 Force west update on test runs
  • 5ed9693 Use bundled test script to ensure compatibility with ZMK
  • c79923d Upgrade test board to HWMv2 extension
  • 21d0254 Prepare release v11.0.5
  • b6fb275 Invalidate sdk cache when the action changes
  • 5eee60d Prepare release v11.0.4
  • c250e61 Revert: Fix nix temproots permissions
  • See full diff in compare view

Updates urob/zmk-actions/.github/workflows/upgrade-zmk.yml from 11.0.3 to 12.0.0

Release notes

Sourced from urob/zmk-actions/.github/workflows/upgrade-zmk.yml's releases.

v12.0.0

Breaking changes

  • The run-tests workflow now always runs west update
  • The run-tests workflow now always uses the test script that is bundled with ZMK, instead of the one that comes with this repo

Full Changelog: urob/zmk-actions@v11...v12.0.0

v11.0.5

Fixed

  • SDK caches now are automatically invalidated when the action changes. This fixes build failures when the cache with warm caches that were initialized before v11

Full Changelog: urob/zmk-actions@v11.0.4...v11.0.5

v11.0.4

Changes

  • Revert unnecessary temproots fix

Full Changelog: urob/zmk-actions@v11.0.3...v11.0.4

Commits
  • 2d0dce4 Prepare release v12.0.0
  • 0314b09 Force west update on test runs
  • 5ed9693 Use bundled test script to ensure compatibility with ZMK
  • c79923d Upgrade test board to HWMv2 extension
  • 21d0254 Prepare release v11.0.5
  • b6fb275 Invalidate sdk cache when the action changes
  • 5eee60d Prepare release v11.0.4
  • c250e61 Revert: Fix nix temproots permissions
  • See full diff in compare view

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 3 updates in the /.github/workflows directory: [urob/zmk-actions/.github/workflows/upgrade-module.yml](https://github.com/urob/zmk-actions), [urob/zmk-actions/.github/workflows/run-tests.yml](https://github.com/urob/zmk-actions) and [urob/zmk-actions/.github/workflows/upgrade-zmk.yml](https://github.com/urob/zmk-actions).


Updates `urob/zmk-actions/.github/workflows/upgrade-module.yml` from 11.0.3 to 12.0.0
- [Release notes](https://github.com/urob/zmk-actions/releases)
- [Commits](urob/zmk-actions@ba0a557...2d0dce4)

Updates `urob/zmk-actions/.github/workflows/run-tests.yml` from 11.0.3 to 12.0.0
- [Release notes](https://github.com/urob/zmk-actions/releases)
- [Commits](urob/zmk-actions@ba0a557...2d0dce4)

Updates `urob/zmk-actions/.github/workflows/upgrade-zmk.yml` from 11.0.3 to 12.0.0
- [Release notes](https://github.com/urob/zmk-actions/releases)
- [Commits](urob/zmk-actions@ba0a557...2d0dce4)

---
updated-dependencies:
- dependency-name: urob/zmk-actions/.github/workflows/upgrade-module.yml
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: urob/zmk-actions/.github/workflows/run-tests.yml
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: urob/zmk-actions/.github/workflows/upgrade-zmk.yml
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 21, 2026
@urob urob merged commit bc11454 into main May 21, 2026
@urob urob deleted the dependabot/github_actions/dot-github/workflows/actions-33a56151f1 branch May 21, 2026 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant