Skip to content

Commit 0617e87

Browse files
ci: bump actions/setup-python from 5.2.0 to 5.3.0 (#786)
1 parent 2a73872 commit 0617e87

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.2.0
18+
uses: actions/setup-python@v5.3.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.2.0
22+
uses: actions/setup-python@v5.3.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
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Set up Python ${{ matrix.python }}
34-
uses: actions/setup-python@v5.2.0
34+
uses: actions/setup-python@v5.3.0
3535
with:
3636
python-version: ${{ matrix.python }}
3737

0 commit comments

Comments
 (0)