Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/setup-python from 2 to 4.1.0 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64-cpu-clang-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: protobuf
run: sudo apt-get install libprotobuf-dev protobuf-compiler libopencv-dev
- name: set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64-gpu-clang-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
mkdir $GITHUB_WORKSPACE/swiftshader-install
cp Linux/* $GITHUB_WORKSPACE/swiftshader-install
- name: set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x64-cpu-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
submodules: true
- name: set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}
- name: install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: true

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4.1.0

- name: Install deps
run: python -m pip install twine build
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
with:
submodules: true

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4.1.0

- name: Install cibuildwheel
run: python -m pip install cibuildwheel
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4.1.0

- uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64-cpu-vs2019-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
submodules: true
- name: set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}
- name: install dependencies
Expand Down