Skip to content

Commit 1d5dc54

Browse files
authored
CI: Update actions/setup-python to v5
1 parent c1ca357 commit 1d5dc54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
node-version: "20"
160160

161-
- uses: actions/setup-python@v4
161+
- uses: actions/setup-python@v5
162162
with:
163163
python-version: "3.11"
164164

.github/workflows/gguf-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up Python
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.9.x'
3232
- name: Install dependencies

.github/workflows/python-check-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check out source repository
2929
uses: actions/checkout@v4
3030
- name: Set up Python environment
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: "3.11"
3434
- name: Run check-requirements.sh script

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out source repository
1515
uses: actions/checkout@v4
1616
- name: Set up Python environment
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.11"
2020
- name: flake8 Lint

0 commit comments

Comments
 (0)