mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ci): Use latest stable actions/checkout@v3 instead of v2 for GitHub Actions
This commit is contained in:
parent
7c21207bd3
commit
6fc878f857
2
.github/workflows/issue_comment.yml
vendored
2
.github/workflows/issue_comment.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
name: Sync Issue Comments to Jira
|
name: Sync Issue Comments to Jira
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Sync issue comments to JIRA
|
- name: Sync issue comments to JIRA
|
||||||
uses: espressif/github-actions/sync_issues_to_jira@master
|
uses: espressif/github-actions/sync_issues_to_jira@master
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/new_issues.yml
vendored
2
.github/workflows/new_issues.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
name: Sync issues to Jira
|
name: Sync issues to Jira
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Sync GitHub issues to Jira project
|
- name: Sync GitHub issues to Jira project
|
||||||
uses: espressif/github-actions/sync_issues_to_jira@master
|
uses: espressif/github-actions/sync_issues_to_jira@master
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/new_prs.yml
vendored
2
.github/workflows/new_prs.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
name: Sync PRs to Jira
|
name: Sync PRs to Jira
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Sync PRs to Jira project
|
- name: Sync PRs to Jira project
|
||||||
uses: espressif/github-actions/sync_issues_to_jira@master
|
uses: espressif/github-actions/sync_issues_to_jira@master
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/pr_approved.yml
vendored
2
.github/workflows/pr_approved.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
(github.event.label.name == 'PR-Sync-Rebase') ||
|
(github.event.label.name == 'PR-Sync-Rebase') ||
|
||||||
(github.event.label.name == 'PR-Sync-Update')
|
(github.event.label.name == 'PR-Sync-Update')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Sync approved PRs to internal codebase
|
- name: Sync approved PRs to internal codebase
|
||||||
uses: espressif/github-actions/github_pr_to_internal_pr@master
|
uses: espressif/github-actions/github_pr_to_internal_pr@master
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/pre_commit_check.yml
vendored
2
.github/workflows/pre_commit_check.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
SKIP: "cleanup-ignore-lists" # Comma-separated string of ignored pre-commit check IDs
|
SKIP: "cleanup-ignore-lists" # Comma-separated string of ignored pre-commit check IDs
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Fetch head and base refs
|
- name: Fetch head and base refs
|
||||||
# This is necessary for pre-commit to check the changes in the PR branch
|
# This is necessary for pre-commit to check the changes in the PR branch
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user