Skip to content

Commit b25dfb2

Browse files
committed
2 parents 5088e44 + 4bd16ab commit b25dfb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Testbase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python ${{ inputs.python }}
2121
uses: actions/checkout@v4.2.2
2222
- name: Install dependencies
23-
uses: actions/setup-python@v5.5.0
23+
uses: actions/setup-python@v5.6.0
2424
with:
2525
python-version: ${{ inputs.python }}
2626
- name: Install package

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4.2.2
1717
- name: Set up Python
18-
uses: actions/setup-python@v5.5.0
18+
uses: actions/setup-python@v5.6.0
1919
with:
2020
python-version: '3.11'
2121
- name: Install dependencies

0 commit comments

Comments
 (0)