mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use versioned actions as master is currently broken for setup-python
This commit is contained in:
parent
b43747ce1d
commit
3e58f44085
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,12 +10,12 @@ jobs:
|
|||||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 10
|
fetch-depth: 10
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
# - title by author
|
# - title by author
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
{{{ 5.40.0 2022-xx-xx
|
{{{ 5.40.0 2022-04-01
|
||||||
|
|
||||||
:: new features
|
:: new features
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user