diff --git a/.github/workflows/issue-label-commenter.yml b/.github/workflows/issue-label-commenter.yml index d77c7c3..e30d9db 100644 --- a/.github/workflows/issue-label-commenter.yml +++ b/.github/workflows/issue-label-commenter.yml @@ -5,7 +5,7 @@ on: jobs: comment: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: get comment count id: getCommentCount