From f0775a6afa35f886efa0a4aaa04ce8bb3fdc764a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 17 Dec 2024 09:35:41 +0100
Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2
 (#33158)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .github/workflows/find-issues-with-missing-labels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/find-issues-with-missing-labels.yml b/.github/workflows/find-issues-with-missing-labels.yml
index 631c98b67b..f0e41b7ae9 100644
--- a/.github/workflows/find-issues-with-missing-labels.yml
+++ b/.github/workflows/find-issues-with-missing-labels.yml
@@ -16,7 +16,7 @@ jobs:
       GH_TOKEN: ${{ github.token }}
 
     steps:
-      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
 
       - name: Search for issues with missing labels
         run: bash ./tools/find-issues-with-missing-labels.sh
-- 
GitLab