From 18054b119f63b934dd5d2cdc465d643138c17411 Mon Sep 17 00:00:00 2001 From: David Leifker Date: Tue, 24 Dec 2024 11:53:34 -0600 Subject: [PATCH] bump deprecated action --- .github/workflows/contributor-open-pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributor-open-pr-comment.yml b/.github/workflows/contributor-open-pr-comment.yml index 2f700290ee0f2..decc7ab27a411 100644 --- a/.github/workflows/contributor-open-pr-comment.yml +++ b/.github/workflows/contributor-open-pr-comment.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get and Format Username (PR only) if: github.event_name == 'pull_request'