mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-12 17:17:09 +00:00
chore(actions): 🐳 update checkout
This commit is contained in:
parent
e878e2dfc9
commit
2aa7ecd033
2
.github/workflows/process_har.yaml
vendored
2
.github/workflows/process_har.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
# Only run if the issue is not a PR and is labeled by har
|
||||
if: github.event.issue.pull_request == null && contains(github.event.issue.labels.*.name, 'har')
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user