Skip to content

Commit 2e14aff

Browse files
Bump actions/setup-python from 5.0.0 to 5.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.0.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fe5dd4 commit 2e14aff

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@v5.0.0
14+
uses: actions/setup-python@v5.1.1
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.0.0
27+
uses: actions/setup-python@v5.1.1
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@v5.0.0
54+
uses: actions/setup-python@v5.1.1
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@v5.0.0
76+
uses: actions/setup-python@v5.1.1
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@v5.0.0
13+
uses: actions/setup-python@v5.1.1
1414
with:
1515
python-version: "3.8"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)