From 54b2284cfbe43693c92707b2d93943e9d34bcb17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:13:23 +0000 Subject: [PATCH] Bump blue-build/github-action from 1.9 to 1.11 Bumps [blue-build/github-action](https://github.com/blue-build/github-action) from 1.9 to 1.11. - [Release notes](https://github.com/blue-build/github-action/releases) - [Changelog](https://github.com/blue-build/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/blue-build/github-action/compare/v1.9...v1.11) --- updated-dependencies: - dependency-name: blue-build/github-action dependency-version: '1.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4df3a61..536139b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - kinoite.yml steps: - name: Build and Publish - uses: blue-build/github-action@v1.9 + uses: blue-build/github-action@v1.11 if: github.event_name != 'pull_request' with: recipe: ${{ matrix.recipe }}