[ci] update action use python@v3 (#5756)
This commit is contained in:
parent
d48630e2b6
commit
45c6db63fc
|
@ -169,9 +169,9 @@ jobs:
|
||||||
- {RTT_BSP: "raspberry-pi/raspi4-64", RTT_TOOL_CHAIN: "sourcery-aarch64"}
|
- {RTT_BSP: "raspberry-pi/raspi4-64", RTT_TOOL_CHAIN: "sourcery-aarch64"}
|
||||||
- {RTT_BSP: "rockchip/rk3568", RTT_TOOL_CHAIN: "sourcery-aarch64"}
|
- {RTT_BSP: "rockchip/rk3568", RTT_TOOL_CHAIN: "sourcery-aarch64"}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEST_BSP_ROOT: bsp/stm32/stm32f407-atk-explorer
|
TEST_BSP_ROOT: bsp/stm32/stm32f407-atk-explorer
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Tools
|
- name: Install Tools
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
TEST_CONFIG_FILE: ${{ matrix.legs.CONFIG_FILE }}
|
TEST_CONFIG_FILE: ${{ matrix.legs.CONFIG_FILE }}
|
||||||
TEST_SD_FILE: ${{ matrix.legs.SD_FILE }}
|
TEST_SD_FILE: ${{ matrix.legs.SD_FILE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Tools
|
- name: Install Tools
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -7,9 +7,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Scan code format and license
|
name: Scan code format and license
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue