Skip to content

Commit

Permalink
fix:all python to @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrenbelt committed Apr 6, 2022
1 parent efadca6 commit 91e9233
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Install dependencies (ubuntu-latest)
Expand All @@ -110,7 +110,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Install dependencies (ubuntu-latest)
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Install dependencies (ubuntu-latest)
Expand All @@ -172,7 +172,7 @@ jobs:
if: github.base_ref == 'main'
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/setup-node@v1
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python_version }}
- name: Install tox
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- uses: actions/checkout@master
- if: matrix.sys.os == 'windows-latest'
uses: msys2/setup-msys2@v2
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python_version }}
- name: Install tox
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
timeout-minutes: 50
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: 3.8
- uses: actions/setup-go@master
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install dependencies (ubuntu-latest)
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
timeout-minutes: 90
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python_version }}
- uses: actions/setup-go@master
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-go@master
Expand All @@ -467,7 +467,7 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
- uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/setup-go@master
Expand Down

0 comments on commit 91e9233

Please sign in to comment.