Skip to content

Commit cedf656

Browse files
chore(deps): update bazel-contrib/.github action to v7
1 parent edb2a69 commit cedf656

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ concurrency:
1717

1818
jobs:
1919
unit_tests:
20-
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
20+
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
2121
with:
2222
folders: '["."]'
2323
bcr_test:
24-
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
24+
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
2525
with:
2626
folders: '["test/bcr_test"]'
2727
exclude: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
release:
13-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
13+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7
1414
with:
1515
release_files: bazel_features-*.tar.gz
1616
prerelease: false

0 commit comments

Comments
 (0)