From ea763a0d78830ad11da498ee254ca133579e6c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 16:24:33 +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 a76a637c8d1b2abe5fade554185892cb37a09c66. - [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...a76a637c8d1b2abe5fade554185892cb37a09c66) --- updated-dependencies: - dependency-name: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml dependency-version: a76a637c8d1b2abe5fade554185892cb37a09c66 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..957a62d 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@a76a637c8d1b2abe5fade554185892cb37a09c66 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..d1acfb9 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@a76a637c8d1b2abe5fade554185892cb37a09c66 with: runner_mode: repo_owned runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }}