Skip to content

Commit 9390079

Browse files
ci: bump actions/setup-python from 4 to 5
1 parent d1924d1 commit 9390079

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Install Python
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: "3.11"
3535
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v4
7070

71-
- uses: actions/setup-python@v4
71+
- uses: actions/setup-python@v5
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474

@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
- uses: actions/checkout@v4
128128

129-
- uses: actions/setup-python@v4
129+
- uses: actions/setup-python@v5
130130
with:
131131
python-version: ${{ matrix.python-version }}
132132

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929
- name: Setup Python
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: "3.10"
3333
- name: Audit licenses

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ steps.target-branch.outputs.value }}
4848
path: docs-target
4949
- name: Setup Python
50-
uses: actions/setup-python@v4
50+
uses: actions/setup-python@v5
5151
with:
5252
python-version: "3.11"
5353

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Setup Python
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464

0 commit comments

Comments
 (0)