summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-14 04:37:10 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-14 04:37:22 -0500
commitbd19f71caa0b10b1dd0b7ae4aaa592d9a2d706b8 (patch)
tree29ee61ab4415fb971530e447eeb6bb7191fe0603 /.github
parent4539524ffeb39f974dc58f8a0d00fc3a75e40d28 (diff)
update GitHub workflow Python to 3.12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index a4fdb184..9118e7c4 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -13,7 +13,7 @@ jobs:
cache: npm
- uses: actions/setup-python@v5
with:
- python-version: '3.11'
+ python-version: '3.12'
cache: pip
- run: sudo apt-get update