From 3a670cc5dbba2d1e549bb1ebeb85cc0f8f62e65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:03:43 +0000 Subject: [PATCH] chore(deps): bump tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml Bumps [tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml](https://github.com/tinyland-inc/ci-templates) from 61cd1338ca9dae8a25985c0a36ff7beb111449be to 282fbbf9e44f180bd0703f86275676eb444e971a. - [Release notes](https://github.com/tinyland-inc/ci-templates/releases) - [Changelog](https://github.com/tinyland-inc/ci-templates/blob/main/CHANGELOG.md) - [Commits](https://github.com/tinyland-inc/ci-templates/compare/61cd1338ca9dae8a25985c0a36ff7beb111449be...282fbbf9e44f180bd0703f86275676eb444e971a) --- updated-dependencies: - dependency-name: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml dependency-version: 282fbbf9e44f180bd0703f86275676eb444e971a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9aa3503..a8b3a24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ permissions: id-token: write jobs: package: - uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@61cd1338ca9dae8a25985c0a36ff7beb111449be + uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@282fbbf9e44f180bd0703f86275676eb444e971a with: runner_mode: repo_owned runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b21048d..0ddca71 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ permissions: packages: write jobs: package: - uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@61cd1338ca9dae8a25985c0a36ff7beb111449be + uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@282fbbf9e44f180bd0703f86275676eb444e971a with: runner_mode: repo_owned runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }}