Skip to content

Commit 40eafb3

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#1097)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d652ee commit 40eafb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5.0.0
1515
- name: Set up Python
16-
uses: actions/setup-python@v5.6.0
16+
uses: actions/setup-python@v6.0.0
1717
with:
1818
python-version: '3.11'
1919
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5.0.0
1818
- name: Set up Python 3.11
19-
uses: actions/setup-python@v5.6.0
19+
uses: actions/setup-python@v6.0.0
2020
with:
2121
python-version: 3.11
2222
- name: Install dependencies

0 commit comments

Comments
 (0)