mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-12 16:44:01 +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
|
# 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')
|
if: github.event.issue.pull_request == null && contains(github.event.issue.labels.*.name, 'har')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.11
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
@ -159,4 +159,4 @@ jobs:
|
||||||
uses: peter-evans/close-issue@v3
|
uses: peter-evans/close-issue@v3
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.issue.number }}
|
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