github: update stale github workflow

`ubuntu-18.04` environment is deprecated, let's switch to ubuntu-22.04.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
pull/7532/head
Guillaume Abrioux 2024-03-21 09:40:40 +01:00
parent bab034024c
commit f5e7f47a2e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
stale: stale:
runs-on: ubuntu-18.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/stale@v3 - uses: actions/stale@v3
with: with: