summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-26 17:57:53 +0200
committerHiFiPhile <[email protected]>2024-04-26 17:57:53 +0200
commit268cc19f4448438c77f1c4a6a79f1dc9881796c1 (patch)
tree0135f047c9c45189d765440efe10492b28bdcff9 /.github/workflows/pre-commit.yml
parent4af67dd0078009c1378612440afd5806e84a81c7 (diff)
parent085bd3c9d5948e7938e00e3a0c13fa63e9f7f3d4 (diff)
Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml4
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: |