We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9494d63 + e70aa41 commit 0153747Copy full SHA for 0153747
.github/workflows/release-plz.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
fetch-depth: 0
21
- name: Install Rust toolchain
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
name: cargo test on ${{ matrix.os }}, rust ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}-latest
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- uses: actions-rust-lang/setup-rust-toolchain@v1
24
25
toolchain: ${{ matrix.toolchain }}
0 commit comments