Skip to content

Commit d25de06

Browse files
daywalker90cdecker
authored andcommitted
crate-io workflow: replace unmaintained actions-rs
1 parent 6ca5128 commit d25de06

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/crate-io.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99
release_rust:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions-rs/toolchain@v1
14-
with:
15-
toolchain: stable
16-
override: true
12+
- uses: actions/checkout@v4
13+
- uses: dtolnay/rust-toolchain@stable
1714
- uses: katyo/publish-crates@v2
1815
with:
1916
path: './cln-rpc'

0 commit comments

Comments
 (0)