From 624f30670a8db8ba570c0f2c2a0215228d4fa406 Mon Sep 17 00:00:00 2001 From: "mergeraptor[bot]" <267480593+mergeraptor[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:32:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to ece7cb0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6b0f87d4..db7c9ceff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ matrix.python-version }}