Skip to content

Commit b2df74a

Browse files
chore(deps): update actions/checkout action to v5
1 parent ed575a5 commit b2df74a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
steps:
1717
- name: Install apt-get
1818
run: sudo apt-get install -y clang llvm
19-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
- name: Build
2121
run: cargo build --features=${{ matrix.version }} --verbose

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
version: [community, enterprise]
1414
steps:
15-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616

1717
- name: Install deps
1818
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
toolchain: nightly
2323
components: rustfmt, clippy
24-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
- name: Run tests
2626
run: cargo test --features=${{ matrix.version }} --verbose
2727
- name: Run tests with Couchbase Lite C leak check

0 commit comments

Comments
 (0)