mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-04 19:59:20 +00:00
chore(actions): 🐳 update checkout
This commit is contained in:
parent
e878e2dfc9
commit
2aa7ecd033
4
.github/workflows/process_har.yaml
vendored
4
.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:
|
||||
|
@ -159,4 +159,4 @@ jobs:
|
|||
uses: peter-evans/close-issue@v3
|
||||
with:
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
comment: "HAR: ${{ steps.harname.outputs.harname }} is invalid, close it."
|
||||
comment: "HAR: ${{ steps.harname.outputs.harname }} is invalid, close it."
|
||||
|
|
Loading…
Reference in New Issue
Block a user