Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 55c04e2

Browse files
authored
chore(deps): bump actions/setup-python from 4 to 5 (#382)
2 parents 1bb53b0 + c6f378a commit 55c04e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Clone Repository
1515
uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Set up Poetry

.github/workflows/manual_pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Clone Repository
1818
uses: actions/checkout@v4
1919
- name: Set up Python '3.10'
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.10"
2323
- name: Set up Poetry

0 commit comments

Comments
 (0)