From 13634f4e4955ad1bca85da35662162e8badd5d01 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 31 Dec 2025 12:50:12 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/publish-to-bcr action to v1 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e16c3b645..cca19d05c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ on: type: string jobs: publish: - uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.3 + uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.1.0 with: tag_name: ${{ inputs.tag_name }} # GitHub repository which is a fork of the upstream where the Pull Request will be opened.