Skip to content

Commit

Permalink
Bump actions/setup-python to v4 in Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 7, 2023
1 parent 2a2593f commit 1789f57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
with:
submodules: true
- name: Set up Python 3.11
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install build requirements
Expand All @@ -227,7 +227,7 @@ jobs:
- sdist
steps:
- name: Setup Python 3.11
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Download built wheels
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
with:
submodules: true
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Download built wheels
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
submodules: true
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
submodules: true
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
with:
submodules: true
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
with:
submodules: true
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
Expand Down

0 comments on commit 1789f57

Please sign in to comment.