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]
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 10
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@master
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
# - title by author
|
||||
# }}}
|
||||
|
||||
{{{ 5.40.0 2022-xx-xx
|
||||
{{{ 5.40.0 2022-04-01
|
||||
|
||||
:: new features
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user