From 7cd785818414c60ecf7ada96ef0ce3514597611d 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, 18 Aug 2025 09:12:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.0 --- .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 3981aa5..2f9a155 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Download test data run: | if test -x "synctestdata.sh"; then ./synctestdata.sh; fi