From 0a853c7aee79227e0dfddf1cc91401d0fbef6ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:49:35 +0000 Subject: [PATCH] Update actions/setup-python digest to ece7cb0 --- .github/workflows/labeler_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler_workflow.yml b/.github/workflows/labeler_workflow.yml index 9829b908..9f0b4c43 100644 --- a/.github/workflows/labeler_workflow.yml +++ b/.github/workflows/labeler_workflow.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - 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 }} - name: Install dependencies