From dfe4c07a0f98b009f74ff56d854a282ddad5dc42 Mon Sep 17 00:00:00 2001 From: "self-hosted-renovate-everlaw[bot]" <139815541+self-hosted-renovate-everlaw[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:13:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8edcb1b --- .github/workflows/build_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 2899e63..3348482 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -10,7 +10,7 @@ jobs: - 3.12.6 runs-on: [self-hosted, libpff] steps: - - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 - name: Download test data run: | if test -x "synctestdata.sh"; then ./synctestdata.sh; fi