GH Update to actions/checkout@v3

This commit is contained in:
Grant Slater
2022-04-24 16:49:29 +01:00
parent 3a1c7339cd
commit 35d1a71ed7
7 changed files with 15 additions and 15 deletions

View File

@@ -24,13 +24,13 @@ jobs:
uses: actions/setup-python@v2
- name: Checkout TinyUSB
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Checkout common submodules in lib
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
- name: Checkout hathach/linkermap
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap