diff options
| author | HiFiPhile <[email protected]> | 2024-04-28 19:44:10 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-28 19:46:00 +0200 |
| commit | a29852320a519c34878797a3e0d6a6a8f2e44d6e (patch) | |
| tree | fbc4d64c3a3b296dd49e65e7df3892299a37c49c /.github/workflows/pre-commit.yml | |
| parent | f1d3663d24f04dbb68732f8287c516abd0b7ecfb (diff) | |
| parent | 1c04d5992a020aefe16ffb2acce62d84d4899395 (diff) | |
Merge remote-tracking branch 'upstream/master' into pr/2227
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index f984954d9..e36259daa 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' @@ -25,7 +25,7 @@ jobs: ruby-version: '3.0' - name: Checkout TinyUSB - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get Dependencies run: | |
