1 parent 7cbcf37 commit 7376fd2Copy full SHA for 7376fd2
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
25
26
- name: Cache cargo
27
uses: actions/cache@v4
@@ -67,7 +67,7 @@ jobs:
67
RUSTFLAGS: -C target-feature=+crt-static
68
69
70
71
72
- name: Install stable toolchain
73
uses: dtolnay/rust-toolchain@stable
0 commit comments