Skip to content

Commit 3f4c671

Browse files
gha: bump the all-github-actions group across 1 directory with 2 updates
Bumps the all-github-actions group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.2.0) Updates `actions/upload-artifact` from 4.3.5 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.5...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23ef144 commit 3f4c671

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/check.yml

Lines changed: 10 additions & 10 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.1.1
46+
uses: actions/setup-python@v5.2.0
4747
with:
4848
python-version: '3'
4949

@@ -62,14 +62,14 @@ jobs:
6262
6363
- name: Upload artifact - docs
6464
if: steps.build.outcome == 'success'
65-
uses: actions/upload-artifact@v4.3.5
65+
uses: actions/upload-artifact@v4.4.0
6666
with:
6767
name: docs
6868
path: cpython/Doc/build/html
6969

7070
- name: Upload artifact - log files
7171
if: always()
72-
uses: actions/upload-artifact@v4.3.5
72+
uses: actions/upload-artifact@v4.4.0
7373
with:
7474
name: build-logs
7575
path: logs/*
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 5
105105

106106
- name: Set up Python 3
107-
uses: actions/setup-python@v5.1.1
107+
uses: actions/setup-python@v5.2.0
108108
with:
109109
python-version: '3'
110110

@@ -122,7 +122,7 @@ jobs:
122122
make lint
123123
124124
- name: Upload artifact - log files
125-
uses: actions/upload-artifact@v4.3.5
125+
uses: actions/upload-artifact@v4.4.0
126126
with:
127127
name: lint-logs
128128
path: logs/*
@@ -157,7 +157,7 @@ jobs:
157157
fetch-depth: 5
158158

159159
- name: Set up Python 3
160-
uses: actions/setup-python@v5.1.1
160+
uses: actions/setup-python@v5.2.0
161161
with:
162162
python-version: '3'
163163

@@ -174,7 +174,7 @@ jobs:
174174
run: make spell
175175

176176
- name: Upload artifact - log files
177-
uses: actions/upload-artifact@v4.3.5
177+
uses: actions/upload-artifact@v4.4.0
178178
with:
179179
name: pospell-logs
180180
path: logs/*
@@ -191,7 +191,7 @@ jobs:
191191
fetch-depth: 5
192192

193193
- name: Set up Python 3
194-
uses: actions/setup-python@v5.1.1
194+
uses: actions/setup-python@v5.2.0
195195
with:
196196
python-version: '3'
197197

@@ -211,7 +211,7 @@ jobs:
211211
powrap compendium.po
212212
213213
- name: Upload artifact
214-
uses: actions/upload-artifact@v4.3.5
214+
uses: actions/upload-artifact@v4.4.0
215215
with:
216216
name: compendium
217217
path: compendium.po
@@ -224,7 +224,7 @@ jobs:
224224
uses: actions/[email protected]
225225

226226
- name: Set up Python 3
227-
uses: actions/setup-python@v5.1.1
227+
uses: actions/setup-python@v5.2.0
228228
with:
229229
python-version: '3'
230230

.github/workflows/update.yml

Lines changed: 4 additions & 4 deletions
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/setup-python@v5.1.1
62+
uses: actions/setup-python@v5.2.0
6363
with:
6464
python-version: '3'
6565
cache: 'pip'
@@ -80,7 +80,7 @@ jobs:
8080
TX_TOKEN: ${{ secrets.TX_TOKEN }}
8181

8282
- name: Upload artifact - po files
83-
uses: actions/upload-artifact@v4.3.5
83+
uses: actions/upload-artifact@v4.4.0
8484
with:
8585
name: translations
8686
path: |
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Upload artifact - log files
9292
if: always()
93-
uses: actions/upload-artifact@v4.3.5
93+
uses: actions/upload-artifact@v4.4.0
9494
with:
9595
name: pull-logs
9696
path: |
@@ -178,7 +178,7 @@ jobs:
178178
path: ${{ matrix.branch }}
179179

180180
- name: Set up Python 3
181-
uses: actions/setup-python@v5.1.1
181+
uses: actions/setup-python@v5.2.0
182182
with:
183183
python-version: '3'
184184
cache: 'pip'

0 commit comments

Comments
 (0)