Pin official GH actions to the major digit

This commit is contained in:
Bruno Alla 2020-10-15 12:58:21 +01:00
parent 19ebbed30a
commit 7223ab5065
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2.1.3 - uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.8

View File

@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2.1.3 uses: actions/setup-python@v2
with: with:
python-version: "3.8" python-version: 3.8
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip

View File

@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2.1.3 uses: actions/setup-python@v2
with: with:
python-version: "3.8" python-version: 3.8
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip