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