From 845fd2ef192142923e6fdd629ff3baa64bbfa743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 14:25:02 +0000 Subject: [PATCH] Update actions/setup-python digest to a309ff8 --- .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 6090be1d..017085a7 100644 --- a/.github/workflows/labeler_workflow.yml +++ b/.github/workflows/labeler_workflow.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies