Skip to content

Commit c810187

Browse files
authored
Merge pull request #711 from jazzband/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 6d5d9a3 + 639eca7 commit c810187

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656

5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v4
58+
uses: actions/setup-python@v5
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@v4
120120

121121
- name: Set up Python
122-
uses: actions/setup-python@v4
122+
uses: actions/setup-python@v5
123123
with:
124124
python-version: '3.x'
125125

@@ -160,7 +160,7 @@ jobs:
160160
fetch-depth: 0
161161

162162
- name: Set up Python
163-
uses: actions/setup-python@v4
163+
uses: actions/setup-python@v5
164164
with:
165165
python-version: '3.x'
166166

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.8
2222

0 commit comments

Comments
 (0)