From a6153a7048969aabee5e98dcc24747ddb9f8625f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:24:01 +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 d321dbd8da913e3b1bf44b0c42566e9af3a1631d. - [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...d321dbd8da913e3b1bf44b0c42566e9af3a1631d) --- updated-dependencies: - dependency-name: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml dependency-version: d321dbd8da913e3b1bf44b0c42566e9af3a1631d 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..7687aaa 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@d321dbd8da913e3b1bf44b0c42566e9af3a1631d 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..49ed4d9 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@d321dbd8da913e3b1bf44b0c42566e9af3a1631d with: runner_mode: repo_owned runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }}