mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
GH Update to actions/checkout@v3
This commit is contained in:
parent
3a1c7339cd
commit
35d1a71ed7
4
.github/workflows/build_aarch64.yml
vendored
4
.github/workflows/build_aarch64.yml
vendored
@ -24,13 +24,13 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout common submodules in lib
|
- name: Checkout common submodules in lib
|
||||||
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
|
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
|
||||||
|
|
||||||
- name: Checkout hathach/linkermap
|
- name: Checkout hathach/linkermap
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: hathach/linkermap
|
repository: hathach/linkermap
|
||||||
path: linkermap
|
path: linkermap
|
||||||
|
8
.github/workflows/build_arm.yml
vendored
8
.github/workflows/build_arm.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
ruby-version: '2.7'
|
ruby-version: '2.7'
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
@ -66,13 +66,13 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout common submodules in lib
|
- name: Checkout common submodules in lib
|
||||||
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
|
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
|
||||||
|
|
||||||
- name: Checkout hathach/linkermap
|
- name: Checkout hathach/linkermap
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: hathach/linkermap
|
repository: hathach/linkermap
|
||||||
path: linkermap
|
path: linkermap
|
||||||
@ -135,7 +135,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout common submodules in lib
|
- name: Checkout common submodules in lib
|
||||||
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
||||||
|
4
.github/workflows/build_esp.yml
vendored
4
.github/workflows/build_esp.yml
vendored
@ -29,10 +29,10 @@ jobs:
|
|||||||
run: docker pull espressif/idf:latest
|
run: docker pull espressif/idf:latest
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout hathach/linkermap
|
- name: Checkout hathach/linkermap
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: hathach/linkermap
|
repository: hathach/linkermap
|
||||||
path: linkermap
|
path: linkermap
|
||||||
|
4
.github/workflows/build_msp430.yml
vendored
4
.github/workflows/build_msp430.yml
vendored
@ -21,13 +21,13 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout common submodules in lib
|
- name: Checkout common submodules in lib
|
||||||
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
||||||
|
|
||||||
- name: Checkout hathach/linkermap
|
- name: Checkout hathach/linkermap
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: hathach/linkermap
|
repository: hathach/linkermap
|
||||||
path: linkermap
|
path: linkermap
|
||||||
|
4
.github/workflows/build_renesas.yml
vendored
4
.github/workflows/build_renesas.yml
vendored
@ -21,13 +21,13 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout common submodules in lib
|
- name: Checkout common submodules in lib
|
||||||
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
||||||
|
|
||||||
- name: Checkout hathach/linkermap
|
- name: Checkout hathach/linkermap
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: hathach/linkermap
|
repository: hathach/linkermap
|
||||||
path: linkermap
|
path: linkermap
|
||||||
|
4
.github/workflows/build_riscv.yml
vendored
4
.github/workflows/build_riscv.yml
vendored
@ -22,13 +22,13 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout common submodules in lib
|
- name: Checkout common submodules in lib
|
||||||
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
||||||
|
|
||||||
- name: Checkout hathach/linkermap
|
- name: Checkout hathach/linkermap
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: hathach/linkermap
|
repository: hathach/linkermap
|
||||||
path: linkermap
|
path: linkermap
|
||||||
|
2
.github/workflows/trigger.yml
vendored
2
.github/workflows/trigger.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Push to tinyusb_src
|
- name: Push to tinyusb_src
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user