mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
ci: bump actions/checkout to v4 (#1184)
This commit is contained in:
parent
8c34110fee
commit
ed0ef2ee22
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@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- 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