diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89d8bb9..4a4223a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,6 @@ jobs: steps: - name: Install apt-get run: sudo apt-get install -y clang llvm - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Build run: cargo build --features=${{ matrix.version }} --verbose diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 70b7f16..f4ebfe8 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -12,7 +12,7 @@ jobs: matrix: version: [community, enterprise] steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Install deps run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 676cd43..35938a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: with: toolchain: nightly components: rustfmt, clippy - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Run tests run: cargo test --features=${{ matrix.version }} --verbose - name: Run tests with Couchbase Lite C leak check