Skip to content

Commit 9627708

Browse files
Bump actions/setup-python from 4.7.1 to 5.0.0 (#56)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d2b8c3 commit 9627708

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pythonpackage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout sources
1212
uses: actions/[email protected]
1313
- name: Set up Python
14-
uses: actions/setup-python@v4.7.1
14+
uses: actions/setup-python@v5.0.0
1515
with:
1616
python-version: 3.8
1717
- name: Check formatting
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout sources
2525
uses: actions/[email protected]
2626
- name: Set up Python
27-
uses: actions/setup-python@v4.7.1
27+
uses: actions/setup-python@v5.0.0
2828
with:
2929
python-version: 3.8
3030
- name: Lint with flake8
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout sources
5252
uses: actions/[email protected]
5353
- name: Set up Python 3.6
54-
uses: actions/setup-python@v4.7.1
54+
uses: actions/setup-python@v5.0.0
5555
with:
5656
python-version: 3.6
5757
- name: Install dependencies
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout sources
7474
uses: actions/[email protected]
7575
- name: Set up Python ${{ matrix.python-version }}
76-
uses: actions/setup-python@v4.7.1
76+
uses: actions/setup-python@v5.0.0
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
allow-prereleases: true

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- name: Set up Python
13-
uses: actions/setup-python@v4.7.1
13+
uses: actions/setup-python@v5.0.0
1414
with:
1515
python-version: "3.8"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)