diff options
| author | Ha Thach <[email protected]> | 2022-04-26 01:05:33 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-26 01:05:33 +0700 |
| commit | 6ec5174d8b24d1f01a443c74a0a3dbee00523efc (patch) | |
| tree | 0ac5991f9a842a2d54a98109f594db60c1f4cd8f /.github/workflows/build_aarch64.yml | |
| parent | 55a5fd59d7263289f5c26d52ab206ed571cc1e0c (diff) | |
| parent | 35d1a71ed7d3b3ea42b4d38c7cdc85233b815348 (diff) | |
Merge pull request #1444 from Firefishy/gh-action-use-replacement-ruby
Gh action use replacement ruby
Diffstat (limited to '.github/workflows/build_aarch64.yml')
| -rw-r--r-- | .github/workflows/build_aarch64.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_aarch64.yml b/.github/workflows/build_aarch64.yml index 8cf7852b9..1720ba592 100644 --- a/.github/workflows/build_aarch64.yml +++ b/.github/workflows/build_aarch64.yml @@ -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 |
