From 204eff3c6ef3539626b75d9355c4e7d7b226485a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:18:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to de0fac2 --- .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 3b9a0527..50e84316 100644 --- a/.github/workflows/labeler_workflow.yml +++ b/.github/workflows/labeler_workflow.yml @@ -15,7 +15,7 @@ jobs: # matrix: # python-version: [ '3.6','3.7', '3.8' ] steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6 with: