diff options
| author | Grant Slater <[email protected]> | 2022-04-24 16:49:29 +0100 |
|---|---|---|
| committer | Grant Slater <[email protected]> | 2022-04-24 16:49:29 +0100 |
| commit | 35d1a71ed7d3b3ea42b4d38c7cdc85233b815348 (patch) | |
| tree | 0ac5991f9a842a2d54a98109f594db60c1f4cd8f /.github/workflows/build_esp.yml | |
| parent | 3a1c7339cd54cc03233c2337e95403260992738f (diff) | |
GH Update to actions/checkout@v3
Diffstat (limited to '.github/workflows/build_esp.yml')
| -rw-r--r-- | .github/workflows/build_esp.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 1ed76ef4d..6a46773b2 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -29,10 +29,10 @@ jobs: run: docker pull espressif/idf:latest - name: Checkout TinyUSB - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout hathach/linkermap - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: hathach/linkermap path: linkermap |
