diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index 63706dd..7c5b469 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -14,7 +14,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Label commenter" uses: "peaceiris/actions-label-commenter@v1"