Skip to content

Commit d6d3e2c

Browse files
committed
use librarian v0.13
1 parent d02a45c commit d6d3e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regenerate-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Python packages for Librarian
4141
run: |
4242
version=$(sed -n 's/^version: *//p' librarian.yaml)
43-
go run "github.com/googleapis/librarian/cmd/librarian@${version}" install
43+
go run "github.com/googleapis/librarian/cmd/librarian@v0.13.0" install
4444
4545
- name: Debug Git State
4646
run: |

0 commit comments

Comments
 (0)