aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2024-01-26 08:14:36 +0000
committerPete Johanson <[email protected]>2024-01-26 00:26:46 -0800
commit789c11629eff7b71320a166fbe3f6b8e5f35a064 (patch)
tree85b1045a0f243c31a8ae496f57f3abde8c56d42e /.github
parent72d5c01e46c0e0079682bf7536c1da672c244e18 (diff)
downloadzmk-789c11629eff7b71320a166fbe3f6b8e5f35a064.tar.gz
zmk-789c11629eff7b71320a166fbe3f6b8e5f35a064.zip
fix(ci): Bump setup-python version.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pre-commit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index fc080a29bb..7a4c211e37 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: pre-commit/[email protected]