mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-03 16:53:25 +00:00
docs: bump actions/setup-python from v1 to v2 (#262)
https://github.com/actions/setup-python/pull/87 https://github.com/actions/setup-python/pull/85 Testing https://github.com/peaceiris/mkdocs-material-boilerplate/pull/102
This commit is contained in:
parent
eafac7a3ef
commit
029c1a08f9
@ -782,13 +782,14 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
|
||||
- name: Upgrade pip
|
||||
run: python3 -m pip install --upgrade pip
|
||||
run: |
|
||||
# install pip=>20.1 to use "pip cache dir"
|
||||
python3 -m pip install --upgrade pip
|
||||
|
||||
- name: Get pip cache dir
|
||||
id: pip-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user