We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c332b commit 6acb13aCopy full SHA for 6acb13a
1 file changed
.github/workflows/release-plz.yml
@@ -20,7 +20,7 @@ jobs:
20
contents: write
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
with:
25
fetch-depth: 0
26
- name: Install Rust toolchain
@@ -46,7 +46,7 @@ jobs:
46
cancel-in-progress: false
47
48
49
50
51
52
0 commit comments