From 5a9c5270b23c9a40db9dc525969455f0df13dd6b Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 14 Mar 2024 10:31:44 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/update-labels.yml --- .github/workflows/update-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index 5e3d6358..5665d089 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -22,7 +22,7 @@ jobs: shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 fetch-tags: true