Skip to content

Commit 3387e12

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3abe33 commit 3387e12

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout sources
1212
uses: actions/checkout@v4.2.2
1313
- name: Set up Python
14-
uses: actions/setup-python@v5.5.0
14+
uses: actions/setup-python@v5.6.0
1515
with:
1616
python-version: "3.8"
1717
- name: Check formatting
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout sources
2525
uses: actions/checkout@v4.2.2
2626
- name: Set up Python
27-
uses: actions/setup-python@v5.5.0
27+
uses: actions/setup-python@v5.6.0
2828
with:
2929
python-version: "3.8"
3030
- name: Lint with ruff
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout sources
4747
uses: actions/checkout@v4.2.2
4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v5.5.0
49+
uses: actions/setup-python@v5.6.0
5050
with:
5151
python-version: 3.7
5252
allow-prereleases: true
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout sources
7070
uses: actions/checkout@v4.2.2
7171
- name: Set up Python ${{ matrix.python-version }}
72-
uses: actions/setup-python@v5.5.0
72+
uses: actions/setup-python@v5.6.0
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
allow-prereleases: true
@@ -96,7 +96,7 @@ jobs:
9696
- name: Checkout sources
9797
uses: actions/checkout@v4.2.2
9898
- name: Set up Python
99-
uses: actions/setup-python@v5.5.0
99+
uses: actions/setup-python@v5.6.0
100100
with:
101101
python-version: 3.9
102102
- name: Download coverage

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4.2.2
1212
- name: Set up Python
13-
uses: actions/setup-python@v5.5.0
13+
uses: actions/setup-python@v5.6.0
1414
with:
1515
python-version: "3.8"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)