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 6b44b7e + e6ef79e commit 2cafebdCopy full SHA for 2cafebd
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
needs: check
62
steps:
63
- name: Checkout Version
64
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
65
with:
66
ref: ${{needs.check.outputs.version}}
67
- name: Update Rust
@@ -93,7 +93,7 @@ jobs:
93
VERSION: ${{needs.check.outputs.version}}
94
95
96
97
98
99
- name: Get release notes
@@ -158,7 +158,7 @@ jobs:
158
sudo apt-get update
159
sudo apt-get -y install protobuf-compiler libprotobuf-dev
160
161
162
163
164
- name: Publish crate
0 commit comments