From 71d215314a6dee33a8989ccf626e4589cd19190b Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Tue, 29 Oct 2024 16:57:45 +0800 Subject: [PATCH] 11 --- .github/workflows/cleanup-after-milestone-prs-merged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-after-milestone-prs-merged.yml b/.github/workflows/cleanup-after-milestone-prs-merged.yml index f0f6b70..8a3e381 100644 --- a/.github/workflows/cleanup-after-milestone-prs-merged.yml +++ b/.github/workflows/cleanup-after-milestone-prs-merged.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.0 - name: Get the PR title and extract PR numbers id: extract_pr_numbers