From e2f356fbe5c557440160493223b260a829fe42a6 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Mon, 8 Apr 2024 14:28:14 -0500 Subject: [PATCH] Update label-commenter.yml --- .github/workflows/label-commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index 0a000d0..06fe4af 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -9,7 +9,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: main