diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-23 07:38:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 07:38:17 +0200 |
commit | eab0adcbf30734045cf04c140d30efae1abdf194 (patch) | |
tree | d74a63a9ba309175c766045453d74a152c5777a3 /.github | |
parent | 76cc762ef4aacd1120d533e1122f56ce09a2cfa9 (diff) | |
download | vyos-1x-eab0adcbf30734045cf04c140d30efae1abdf194.tar.gz vyos-1x-eab0adcbf30734045cf04c140d30efae1abdf194.zip |
GitHub: use ubuntu-latest for labeler action
Diffstat (limited to '.github')
-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 |