Skip to content

Commit a744464

Browse files
ci: bump actions/setup-python from 5.1.1 to 5.2.0 (#146)
1 parent b3a3605 commit a744464

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v5.1.1
18+
uses: actions/setup-python@v5.2.0
1919
with:
2020
python-version: "3.10"
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Python
22-
uses: actions/setup-python@v5.1.1
22+
uses: actions/setup-python@v5.2.0
2323
with:
2424
python-version: "3.11"
2525
- name: Install pip and poetry

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Set up Python ${{ matrix.python }}
27-
uses: actions/setup-python@v5.1.1
27+
uses: actions/setup-python@v5.2.0
2828
with:
2929
python-version: ${{ matrix.python }}
3030

0 commit comments

Comments
 (0)