From ceb5c12c25a5660b3b65e0f6f74cb56ab5782fec Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 22 Jan 2025 15:53:05 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/create-prs-for-stale-branches.yml --- .github/workflows/create-prs-for-stale-branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 1c400d36..5e0aa246 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -37,7 +37,7 @@ jobs: run: sudo apt install -y jq - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 fetch-tags: true @@ -75,7 +75,7 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 fetch-tags: true