Use versioned actions as master is currently broken for setup-python

This commit is contained in:
Kovid Goyal 2022-04-01 07:18:16 +05:30
parent b43747ce1d
commit 3e58f44085
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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