Skip to content

Commit 8d4e4dc

Browse files
committed
Bump actions/setup-python to v5
1 parent 579e6fa commit 8d4e4dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.9"
3232

@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868

6969
- name: Set up Python
70-
uses: actions/setup-python@v4
70+
uses: actions/setup-python@v5
7171
with:
7272
python-version: "3.9"
7373

@@ -117,7 +117,7 @@ jobs:
117117
merge-multiple: true
118118

119119
- name: Set up Python
120-
uses: actions/setup-python@v4
120+
uses: actions/setup-python@v5
121121
with:
122122
python-version: "3.9"
123123

0 commit comments

Comments
 (0)
close