diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-23 07:38:17 +0200 |
---|---|---|
committer | Christian Breunig <christian.breunig@rohde-schwarz.com> | 2024-04-23 07:39:52 +0200 |
commit | 05b679eca4b2f2cba840ffc94e829d05cad455d5 (patch) | |
tree | 8a67495f20fba88fc54a785b6dc1354c5e3170db /.github/workflows | |
parent | c5d2135c093d6c74171bea72c5681de930770084 (diff) | |
download | vyos-1x-05b679eca4b2f2cba840ffc94e829d05cad455d5.tar.gz vyos-1x-05b679eca4b2f2cba840ffc94e829d05cad455d5.zip |
GitHub: use ubuntu-latest for labeler action
(cherry picked from commit eab0adcbf30734045cf04c140d30efae1abdf194)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pull-request-labels.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |