diff options
| author | hathach <[email protected]> | 2022-12-08 09:44:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-08 09:44:26 +0700 |
| commit | 91d5fa5639a2330793b8e8828c4077911cdd2acd (patch) | |
| tree | 865f10cfc27cadf2bec3e7329a8cbb14fc50f747 /.github/workflows/pre-commit.yml | |
| parent | a3827b87fe6504bdb5acde3d09a49044498467ef (diff) | |
add paths to all workflows
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 2463903f8..c0261ec66 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.0' - name: Checkout TinyUSB uses: actions/checkout@v3 |
