Skip to content

Commit b33a428

Browse files
ci: upgrade actions
1 parent a9dfc4e commit b33a428

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout the Repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Install Rust Toolchain
2121
run: |
2222
rustup toolchain install ${{ env.RUST_TOOLCHAIN }} --profile minimal --component rustfmt
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout the Repository
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Install Rust Toolchain
3333
run: |
3434
rustup toolchain install ${{ env.RUST_TOOLCHAIN }} --profile minimal --component clippy
@@ -46,7 +46,7 @@ jobs:
4646
max-parallel: 3
4747
steps:
4848
- name: Checkout the Repository
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
submodules: recursive
5252
- name: Install Rust Toolchain

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# CKB Bitcoin SPV
22

33
[![License]](#license)
4+
[![GitHub Actions]](https://github.com/ckb-cell/ckb-bitcoin-spv/actions)
45

56
> [!WARNING]
67
> This repository is still in the proof-of-concept stage.
78
89
A [Bitcoin] SPV library, which is used to develop Bitcoin SPV on [CKB].
910

1011
[License]: https://img.shields.io/badge/License-MIT-blue.svg
12+
[GitHub Actions]: https://github.com/ckb-cell/ckb-bitcoin-spv/workflows/CI/badge.svg
1113

1214
## Resources
1315

0 commit comments

Comments
 (0)