Skip to content

Commit a3436dc

Browse files
gha: bump actions/setup-python in the all-github-actions group (#220)
Bumps the all-github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4a2ca6 commit a3436dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check.yml

+5-5
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/[email protected].0
46+
uses: actions/[email protected].1
4747
with:
4848
python-version: '3'
4949

@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 5
105105

106106
- name: Set up Python 3
107-
uses: actions/[email protected].0
107+
uses: actions/[email protected].1
108108
with:
109109
python-version: '3'
110110

@@ -157,7 +157,7 @@ jobs:
157157
fetch-depth: 5
158158

159159
- name: Set up Python 3
160-
uses: actions/[email protected].0
160+
uses: actions/[email protected].1
161161
with:
162162
python-version: '3'
163163

@@ -191,7 +191,7 @@ jobs:
191191
fetch-depth: 5
192192

193193
- name: Set up Python 3
194-
uses: actions/[email protected].0
194+
uses: actions/[email protected].1
195195
with:
196196
python-version: '3'
197197

@@ -224,7 +224,7 @@ jobs:
224224
uses: actions/[email protected]
225225

226226
- name: Set up Python 3
227-
uses: actions/[email protected].0
227+
uses: actions/[email protected].1
228228
with:
229229
python-version: '3'
230230

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: cpython
6060

6161
- name: Set up Python 3
62-
uses: actions/[email protected].0
62+
uses: actions/[email protected].1
6363
with:
6464
python-version: '3'
6565
cache: 'pip'
@@ -178,7 +178,7 @@ jobs:
178178
path: ${{ matrix.branch }}
179179

180180
- name: Set up Python 3
181-
uses: actions/[email protected].0
181+
uses: actions/[email protected].1
182182
with:
183183
python-version: '3'
184184
cache: 'pip'

0 commit comments

Comments
 (0)