mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-02-22 23:59:56 -05:00
update GitHub workflow Python to 3.12
This commit is contained in:
parent
e46c8db149
commit
d29248fa2a
2
.github/workflows/nginx.yml
vendored
2
.github/workflows/nginx.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.12'
|
||||||
cache: pip
|
cache: pip
|
||||||
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
|
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
|
||||||
- run: gixy nginx/nginx.conf
|
- run: gixy nginx/nginx.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user