diff options
| author | hathach <[email protected]> | 2025-12-15 15:31:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-15 15:31:55 +0700 |
| commit | fa36515e6f1fdeebb84056534b8f878e1f454770 (patch) | |
| tree | 9c266c7197bafe84a40413fc9c9fa6460f55e422 /.github/workflows/trigger.yml | |
| parent | 991fa7736dd8ae3f10abf51f0ac89f5e976851af (diff) | |
| parent | ad5fe66f19e8fb633f175affcfa27b8376e40639 (diff) | |
Merge branch 'refs/heads/master' into enum_catch
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 cf40ac955..fd7c0b713 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Push to tinyusb_src run: | |
