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/trigger.yml | |
| parent | 3a1c7339cd54cc03233c2337e95403260992738f (diff) | |
GH Update to actions/checkout@v3
Diffstat (limited to '.github/workflows/trigger.yml')
| -rw-r--r-- | .github/workflows/trigger.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml index 40750a2f9..780d6f4f3 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Push to tinyusb_src run: | |
