From eab0adcbf30734045cf04c140d30efae1abdf194 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 23 Apr 2024 07:38:17 +0200 Subject: GitHub: use ubuntu-latest for labeler action --- .github/workflows/pull-request-labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml index 3398af5b0..43856beaa 100644 --- a/.github/workflows/pull-request-labels.yml +++ b/.github/workflows/pull-request-labels.yml @@ -12,9 +12,9 @@ on: jobs: add-pr-label: name: Add PR Labels - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: read pull-requests: write steps: - - uses: actions/labeler@v5.0.0 + - uses: actions/labeler@v5 -- cgit v1.2.3