summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-29 22:22:59 +0200
committerHiFiPhile <[email protected]>2024-04-29 22:22:59 +0200
commitbf1540af4c3a57245b946c8622454c05e7fc098e (patch)
tree9ed0573097d821696b8775e4826cd555b26bdb1b /.github/workflows/pre-commit.yml
parentcba327fc384ae730287b0ab620d1f7ef50b0da3b (diff)
parent1c04d5992a020aefe16ffb2acce62d84d4899395 (diff)
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2132
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: |