From 544db0fade6416935a6839b5aad296a84dc54937 Mon Sep 17 00:00:00 2001 From: "doctolib-renovate[bot]" <161009298+doctolib-renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:13:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .github/workflows/build.yml | 2 +- .github/workflows/clippy.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7f4c9d..89d8bb9 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Build run: cargo build --features=${{ matrix.version }} --verbose diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 8941cc8..70b7f16 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -12,7 +12,7 @@ jobs: matrix: version: [community, enterprise] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install deps run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e6826b..676cd43 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Run tests run: cargo test --features=${{ matrix.version }} --verbose - name: Run tests with Couchbase Lite C leak check