Reference official actions using major version only

This commit is contained in:
Bruno Alla 2021-11-19 21:53:51 +00:00
parent b0dbee3c17
commit 401b4a6f23

View File

@ -15,7 +15,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.2.2 - uses: actions/setup-python@v2
with: with:
python-version: "3.9" python-version: "3.9"
- name: Install dependencies - name: Install dependencies