Skip to content

Commit 580cb6b

Browse files
Bump actions/setup-python from 5.1.0 to 5.3.0 (#65)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bbfa38 commit 580cb6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

+3-3
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@v5.1.0
14+
uses: actions/setup-python@v5.3.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@v5.1.0
27+
uses: actions/setup-python@v5.3.0
2828
with:
2929
python-version: "3.8"
3030
- name: Lint with flake8
@@ -54,7 +54,7 @@ jobs:
5454
- name: Checkout sources
5555
uses: actions/[email protected]
5656
- name: Set up Python ${{ matrix.python-version }}
57-
uses: actions/setup-python@v5.1.0
57+
uses: actions/setup-python@v5.3.0
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
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@v5.1.0
13+
uses: actions/setup-python@v5.3.0
1414
with:
1515
python-version: "3.8"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)