From 48cbe12e98d9391a764336d88208ea64c9380e42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:00:01 +0000 Subject: [PATCH] Update actions/checkout digest to df4cb1c --- .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..fc785a1d 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: