From 3cb1f2fb08680cfb0d56b4b8a62aad0b791671ca Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 13 Apr 2023 16:30:04 +0200 Subject: [PATCH] Use ubuntu-latest in labeler workflow --- .github/workflows/issue-label-commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-label-commenter.yml b/.github/workflows/issue-label-commenter.yml index d77c7c34..e30d9dba 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