From 4934f356f6760165d0fa06307b5f7bb9c78a2cb5 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, 8 Sep 2025 09:10:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 2f9a155..4547845 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download test data run: | if test -x "synctestdata.sh"; then ./synctestdata.sh; fi