ci(workflows): update actions/checkout to v3 (#19280)

in stale.yml
This commit is contained in:
Oscar Dominguez 2022-10-04 16:07:53 +02:00 committed by GitHub
parent ca3ebc44e0
commit cd024da6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4