Skip to content

Commit 1ded3bc

Browse files
gha: bump actions/setup-python from 5.0.0 to 5.1.0 (#181)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cea892f commit 1ded3bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 5
4444

4545
- name: Set up Python 3
46-
uses: actions/setup-python@v5.0.0
46+
uses: actions/setup-python@v5.1.0
4747
with:
4848
python-version: '3'
4949

@@ -102,7 +102,7 @@ jobs:
102102
fetch-depth: 5
103103

104104
- name: Set up Python 3
105-
uses: actions/setup-python@v5.0.0
105+
uses: actions/setup-python@v5.1.0
106106
with:
107107
python-version: '3'
108108

@@ -155,7 +155,7 @@ jobs:
155155
fetch-depth: 5
156156

157157
- name: Set up Python 3
158-
uses: actions/setup-python@v5.0.0
158+
uses: actions/setup-python@v5.1.0
159159
with:
160160
python-version: '3'
161161

@@ -186,7 +186,7 @@ jobs:
186186
fetch-depth: 5
187187

188188
- name: Set up Python 3
189-
uses: actions/setup-python@v5.0.0
189+
uses: actions/setup-python@v5.1.0
190190
with:
191191
python-version: '3'
192192

@@ -219,7 +219,7 @@ jobs:
219219
uses: actions/checkout@v4.1.2
220220

221221
- name: Set up Python 3
222-
uses: actions/setup-python@v5.0.0
222+
uses: actions/setup-python@v5.1.0
223223
with:
224224
python-version: '3'
225225

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
path: cpython
6565

6666
- name: Set up Python 3
67-
uses: actions/setup-python@v5.0.0
67+
uses: actions/setup-python@v5.1.0
6868
with:
6969
python-version: '3'
7070
cache: 'pip'
@@ -183,7 +183,7 @@ jobs:
183183
path: ${{ matrix.branch }}
184184

185185
- name: Set up Python 3
186-
uses: actions/setup-python@v5.0.0
186+
uses: actions/setup-python@v5.1.0
187187
with:
188188
python-version: '3'
189189
cache: 'pip'

0 commit comments

Comments
 (0)