Skip to content

Commit d975c21

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#204)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac6bb4c commit d975c21

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
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: Set up Python
17-
uses: actions/setup-python@v6.0.0
17+
uses: actions/setup-python@v6.1.0
1818
with:
1919
python-version: '3.x'
2020
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/[email protected]
1919
- name: Set up Python 3.9
20-
uses: actions/setup-python@v6.0.0
20+
uses: actions/setup-python@v6.1.0
2121
with:
2222
python-version: 3.9
2323
- name: Install dependencies

0 commit comments

Comments
 (0)