Upgrading actions/stale version to remove set-output usage (#13225)

Signed-off-by: Alejandro Gómez <morona@vmware.com>

Signed-off-by: Alejandro Gómez <morona@vmware.com>
This commit is contained in:
Alejandro Gómez Morón
2022-10-28 11:24:38 +02:00
committed by GitHub
parent 7d5498c14b
commit 1900c38d33
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6.0.1
with:
any-of-labels: 'solved'
stale-issue-label: 'solved'