ci.yml, stale.yml: update runtime to node16 (#8068)

* stale.yml: update runtime to node16

* ci.yml: update runtime to node16
htop
Axel Navarro 2022-05-01 04:50:24 -03:00 committed by GitHub
parent b08a8f2e8c
commit e897720058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ jobs:
steps:
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: Stale Bot
uses: actions/stale@v3
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}