mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
CI: migrate workflows to checkout v6
This commit is contained in:
parent
800bebeea4
commit
1af066be6b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
build-args: --locked --features metrics_process
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
- name: Build
|
||||
run: docker build -f Dockerfile.ci . --rm -t electrs:tests
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue