We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 087af3d + 1cbb44e commit c4cc75aCopy full SHA for c4cc75a
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
shell: bash
13
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- name: Setup rust
17
run: rustup update --no-self-update stable
18
- name: Install protoc
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
19
# Set up
20
21
22
23
0 commit comments