Skip to content

Commit 7383254

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf5245f commit 7383254

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Setup python
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666
architecture: ${{ matrix.architecture }}
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v4
108108
- name: Setup python
109-
uses: actions/setup-python@v4
109+
uses: actions/setup-python@v5
110110
with:
111111
python-version: '3.10'
112112
- run: python -m pip install --upgrade tox

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python 3.9
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.9
2020
- name: Install setuptools and wheel
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up Python 3.9
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: 3.9
4747
- name: Set up Julia
@@ -60,7 +60,7 @@ jobs:
6060
package: ['julia==0.6.2']
6161
steps:
6262
- name: Set up Python 3.9
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: 3.9
6666
- name: Install setuptools and wheel

.github/workflows/testtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
- run: python -m pip install --upgrade tox
1919
- run: python -m tox -- --no-julia -k test__using_default_setup
2020
env:

0 commit comments

Comments
 (0)