File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Install apt-get
18
18
run : sudo apt-get install -y clang llvm
19
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
- name : Build
21
21
run : cargo build --features=${{ matrix.version }} --verbose
Original file line number Diff line number Diff line change 13
13
matrix :
14
14
version : [community, enterprise]
15
15
steps :
16
- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
- run : rustup component add clippy
18
18
- uses : actions-rs/clippy-check@v1
19
19
with :
Original file line number Diff line number Diff line change 21
21
with :
22
22
toolchain : nightly
23
23
components : rustfmt, clippy
24
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
- name : Run tests
26
26
run : cargo test --features=${{ matrix.version }} --verbose
27
27
- name : Run tests with Couchbase Lite C leak check
You can’t perform that action at this time.
0 commit comments