From 034f4c9816ca0a1784746776091e4f44a2b4c28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:25:19 +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 72a347b6fff9fbc627436d7ee1589a9476e22725. - [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...72a347b6fff9fbc627436d7ee1589a9476e22725) --- updated-dependencies: - dependency-name: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml dependency-version: 72a347b6fff9fbc627436d7ee1589a9476e22725 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..a9cbc87 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@72a347b6fff9fbc627436d7ee1589a9476e22725 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..f586e15 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@72a347b6fff9fbc627436d7ee1589a9476e22725 with: runner_mode: repo_owned runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }}