mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-10 07:10:22 -04:00
update GitHub workflow Python to 3.12
This commit is contained in:
parent
e46c8db149
commit
d29248fa2a
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue