Skip to content

Commit 076d9f6

Browse files
Bump the github-actions group across 1 directory with 3 updates (#45)
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85682bd commit 076d9f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build package 📦
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v6
1414
name: Set up Python 🐍
1515
with:
@@ -24,7 +24,7 @@ jobs:
2424
build
2525
--outdir dist/
2626
.
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
name: Upload build artifacts 📦
2929
with:
3030
name: wheel
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
contents: write
4141
steps:
42-
- uses: actions/download-artifact@v5
42+
- uses: actions/download-artifact@v6
4343
name: Download build artifacts 📦
4444
- name: Create draft release 🐙
4545
run: >-
@@ -63,7 +63,7 @@ jobs:
6363
contents: write
6464
id-token: write
6565
steps:
66-
- uses: actions/download-artifact@v5
66+
- uses: actions/download-artifact@v6
6767
# Try uploading to Test PyPI first, in case something fails.
6868
- name: Publish to Test PyPI 🧪
6969
uses: pypa/[email protected]

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- { name: Style, python: '3.13', tox: style }
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- uses: actions/setup-python@v6
3131
with:

0 commit comments

Comments
 (0)