From ff4b2fedd2e9f4a27a37db0a6ff7d89adbd8d168 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 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