diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-24 10:16:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 10:16:10 +0200 |
commit | c1b328f6818b0ff7e4739ea04572bf4da884f134 (patch) | |
tree | 1ed84cc52e2edcbce5bf47be81beddeb9d71d834 /.github/workflows/pull-request-labels.yml | |
parent | 33b4f340b6ede9a72ff06dd23ecee49528360918 (diff) | |
parent | 05b679eca4b2f2cba840ffc94e829d05cad455d5 (diff) | |
download | vyos-1x-c1b328f6818b0ff7e4739ea04572bf4da884f134.tar.gz vyos-1x-c1b328f6818b0ff7e4739ea04572bf4da884f134.zip |
Merge pull request #3351 from c-po/action-update
GitHub actions update for sagitta
Diffstat (limited to '.github/workflows/pull-request-labels.yml')
-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 |