diff options
| author | Ha Thach <[email protected]> | 2025-12-13 15:13:02 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-13 15:13:02 +0700 |
| commit | 20b03bbc081353295f7a491038bd3efbc9c3a75a (patch) | |
| tree | bac74e0c68d9582c4afdb4a25784a10388395597 /.github/workflows/pre-commit.yml | |
| parent | 3a4d02ba9f150b74df08384d16fac124a7c27485 (diff) | |
upload metrics.json and metrics compare to release page (#3409)
* upload metrics.json and metrics compare to release page
* Adjust workflow comment handling for forks
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index ed0efd66e..b9bfaf9b6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -20,7 +20,7 @@ jobs: ruby-version: '3.0' - name: Checkout TinyUSB - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get Dependencies run: | |
