From a8901ed334b8e4cb94ef1024c503934cfc00362a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:33:48 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates 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.2 to 11.0.3 - [Release notes](https://github.com/urob/zmk-actions/releases) - [Commits](https://github.com/urob/zmk-actions/compare/9ebfa3ed81027d7907a8629f2085ae72e4c03b80...ba0a55737f5f8c03a39cbb7cbd22cefbec0caf26) Updates `urob/zmk-actions/.github/workflows/run-tests.yml` from 11.0.2 to 11.0.3 - [Release notes](https://github.com/urob/zmk-actions/releases) - [Commits](https://github.com/urob/zmk-actions/compare/9ebfa3ed81027d7907a8629f2085ae72e4c03b80...ba0a55737f5f8c03a39cbb7cbd22cefbec0caf26) Updates `urob/zmk-actions/.github/workflows/upgrade-zmk.yml` from 11.0.2 to 11.0.3 - [Release notes](https://github.com/urob/zmk-actions/releases) - [Commits](https://github.com/urob/zmk-actions/compare/9ebfa3ed81027d7907a8629f2085ae72e4c03b80...ba0a55737f5f8c03a39cbb7cbd22cefbec0caf26) --- updated-dependencies: - dependency-name: urob/zmk-actions/.github/workflows/upgrade-module.yml dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: urob/zmk-actions/.github/workflows/run-tests.yml dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: urob/zmk-actions/.github/workflows/upgrade-zmk.yml dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test-main.yml | 2 +- .github/workflows/test-release.yml | 2 +- .github/workflows/upgrade-zmk.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1bfbcc..c7466e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,4 +12,4 @@ permissions: jobs: release: - uses: urob/zmk-actions/.github/workflows/upgrade-module.yml@9ebfa3ed81027d7907a8629f2085ae72e4c03b80 # v11.0.2 + uses: urob/zmk-actions/.github/workflows/upgrade-module.yml@ba0a55737f5f8c03a39cbb7cbd22cefbec0caf26 # v11.0.3 diff --git a/.github/workflows/test-main.yml b/.github/workflows/test-main.yml index 610a4f9..2512e15 100644 --- a/.github/workflows/test-main.yml +++ b/.github/workflows/test-main.yml @@ -19,7 +19,7 @@ on: jobs: test: - uses: urob/zmk-actions/.github/workflows/run-tests.yml@9ebfa3ed81027d7907a8629f2085ae72e4c03b80 # v11.0.2 + uses: urob/zmk-actions/.github/workflows/run-tests.yml@ba0a55737f5f8c03a39cbb7cbd22cefbec0caf26 # v11.0.3 with: toolchain: gnuarmemb zmk-version: main diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index bb7eb35..c63b3d0 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -17,6 +17,6 @@ on: jobs: test: - uses: urob/zmk-actions/.github/workflows/run-tests.yml@9ebfa3ed81027d7907a8629f2085ae72e4c03b80 # v11.0.2 + uses: urob/zmk-actions/.github/workflows/run-tests.yml@ba0a55737f5f8c03a39cbb7cbd22cefbec0caf26 # v11.0.3 with: toolchain: gnuarmemb diff --git a/.github/workflows/upgrade-zmk.yml b/.github/workflows/upgrade-zmk.yml index ae27f14..e138098 100644 --- a/.github/workflows/upgrade-zmk.yml +++ b/.github/workflows/upgrade-zmk.yml @@ -10,7 +10,7 @@ permissions: jobs: upgrade-zmk: - uses: urob/zmk-actions/.github/workflows/upgrade-zmk.yml@9ebfa3ed81027d7907a8629f2085ae72e4c03b80 # v11.0.2 + uses: urob/zmk-actions/.github/workflows/upgrade-zmk.yml@ba0a55737f5f8c03a39cbb7cbd22cefbec0caf26 # v11.0.3 secrets: # Name of PAT with write access to pull requests token: ${{ secrets.ZMK_ACTIONS_TOKEN }}