From 6d366cfc89f0db2182fed50a91034e1e233387d7 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 Dec 2025 09:13:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.1 --- .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 de5c52649..6ffc9d679 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -9,7 +9,7 @@ jobs: - 3.12.6 runs-on: [self-hosted, fasttext] steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install Python run: | uv python install ${{ matrix.python-version }}