Skip to content

Commit 5d91191

Browse files
chore(deps)(deps): bump the all-dependencies group with 3 updates
Bumps the all-dependencies group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/download-artifact](https://github.com/actions/download-artifact) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c79ea2 commit 5d91191

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/cd.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v5
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: '3.11'
3838

@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ${{ matrix.os }}
117117
steps:
118118
- name: Download git bundle
119-
uses: actions/download-artifact@v4
119+
uses: actions/download-artifact@v5
120120
with:
121121
name: git-repo-bundle
122122

@@ -127,7 +127,7 @@ jobs:
127127
git checkout ${{ needs.prepare-version.outputs.tag_name }}
128128
129129
- name: Set up Python
130-
uses: actions/setup-python@v5
130+
uses: actions/setup-python@v6
131131
with:
132132
python-version: ${{ matrix.python-version }}
133133

@@ -198,7 +198,7 @@ jobs:
198198
id-token: write
199199
steps:
200200
- name: Download git bundle
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v5
202202
with:
203203
name: git-repo-bundle
204204

@@ -209,7 +209,7 @@ jobs:
209209
git checkout ${{ needs.prepare-version.outputs.tag_name }}
210210
211211
- name: Set up Python
212-
uses: actions/setup-python@v5
212+
uses: actions/setup-python@v6
213213
with:
214214
python-version: '3.11'
215215

@@ -240,7 +240,7 @@ jobs:
240240
runs-on: ubuntu-latest
241241
steps:
242242
- name: Download git bundle
243-
uses: actions/download-artifact@v4
243+
uses: actions/download-artifact@v5
244244
with:
245245
name: git-repo-bundle
246246

@@ -264,12 +264,12 @@ jobs:
264264
echo "Successfully pushed version commit and tag"
265265
266266
- name: Download all build artifacts
267-
uses: actions/download-artifact@v4
267+
uses: actions/download-artifact@v5
268268
with:
269269
path: ./artifacts
270270

271271
- name: Create GitHub Release with assets
272-
uses: softprops/action-gh-release@v1
272+
uses: softprops/action-gh-release@v2
273273
with:
274274
tag_name: ${{ needs.prepare-version.outputs.tag_name }}
275275
name: Release ${{ needs.prepare-version.outputs.version }}

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.12'
2929

@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v5
5353

5454
- name: Set up Python 3.11
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: '3.11'
5858

@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v5
9797

9898
- name: Set up Python ${{ matrix.python-version }}
99-
uses: actions/setup-python@v5
99+
uses: actions/setup-python@v6
100100
with:
101101
python-version: ${{ matrix.python-version }}
102102

@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v5
143143

144144
- name: Set up PyPy ${{ matrix.python-version }}
145-
uses: actions/setup-python@v5
145+
uses: actions/setup-python@v6
146146
with:
147147
python-version: ${{ matrix.python-version }}
148148

@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v5
179179

180180
- name: Set up Python ${{ matrix.python-version }}
181-
uses: actions/setup-python@v5
181+
uses: actions/setup-python@v6
182182
with:
183183
python-version: ${{ matrix.python-version }}
184184

@@ -243,7 +243,7 @@ jobs:
243243
fetch-depth: 0
244244

245245
- name: Set up Python
246-
uses: actions/setup-python@v5
246+
uses: actions/setup-python@v6
247247
with:
248248
python-version: '3.12'
249249

@@ -271,7 +271,7 @@ jobs:
271271
- uses: actions/checkout@v5
272272

273273
- name: Set up Python
274-
uses: actions/setup-python@v5
274+
uses: actions/setup-python@v6
275275
with:
276276
python-version: '3.12'
277277

@@ -307,7 +307,7 @@ jobs:
307307
- uses: actions/checkout@v5
308308

309309
- name: Set up Python
310-
uses: actions/setup-python@v5
310+
uses: actions/setup-python@v6
311311
with:
312312
python-version: '3.12'
313313

@@ -360,7 +360,7 @@ jobs:
360360
fetch-depth: 0
361361

362362
- name: Download coverage reports
363-
uses: actions/download-artifact@v4
363+
uses: actions/download-artifact@v5
364364
with:
365365
name: coverage-report
366366
path: .

0 commit comments

Comments
 (0)