We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc7b59 commit 24a5c26Copy full SHA for 24a5c26
1 file changed
.github/workflows/release-plz.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: rust-lang/crates-io-auth-action@v1
26
id: auth
27
- name: Run release-plz
28
- uses: release-plz/action@ccf6dd998441f26020f4315f1ebe95d9e2e42600 # v0.5
+ uses: release-plz/action@f9715bc3b46e211f764f4440a221ddb89ae8abb3 # v0.5
29
with:
30
command: release
31
env:
@@ -51,7 +51,7 @@ jobs:
51
- name: Install Rust toolchain
52
uses: dtolnay/rust-toolchain@stable
53
54
55
56
command: release-pr
57
0 commit comments