Skip to content

Commit 74345fc

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 (#180)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edfa06c commit 74345fc

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@v5.5.0
17+
uses: actions/setup-python@v5.6.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@v5.5.0
20+
uses: actions/setup-python@v5.6.0
2121
with:
2222
python-version: 3.9
2323
- name: Install dependencies

0 commit comments

Comments
 (0)