Skip to content

Commit 15aaf90

Browse files
chore(deps): update bazel-contrib/.github action
1 parent 6470c76 commit 15aaf90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: ${{ github.ref_name != 'main' }}
1616
jobs:
1717
test:
18-
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
18+
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
1919
with:
2020
folders: |
2121
[

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
contents: write
2121
jobs:
2222
release:
23-
uses: bazel-contrib/.github/.github/workflows/[email protected].2
23+
uses: bazel-contrib/.github/.github/workflows/[email protected].3
2424
with:
2525
release_files: rules_mylang-*.tar.gz
2626
prerelease: false

0 commit comments

Comments
 (0)