"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "1be8d56ec6f7113810adc716255d371e78e8a1af"
Unverified Commit cd024da6 authored by Oscar Dominguez's avatar Oscar Dominguez Committed by GitHub
Browse files

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

in stale.yml
parent ca3ebc44
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment