mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
set explicit python version
This commit is contained in:
parent
dcd2548bf1
commit
4dd7b81f26
1 changed files with 2 additions and 2 deletions
2
.github/workflows/docs-test.yml
vendored
2
.github/workflows/docs-test.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.12.2
|
||||||
- name: Setup cache
|
- name: Setup cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue