diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index 7c5b469e..f27bb1d3 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@v5" + uses: "actions/checkout@v6" - name: "Label commenter" uses: "peaceiris/actions-label-commenter@v1"