Skip to content

Commit bc11d07

Browse files
build(deps): Bump the actions group with 2 updates (#49)
Bumps the actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37dd5f1 commit bc11d07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.event_name == 'release' && github.event.action == 'published'
4242

4343
steps:
44-
- uses: actions/download-artifact@v5
44+
- uses: actions/download-artifact@v6
4545
with:
4646
name: Packages
4747
path: dist

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.13"
32-
- uses: astral-sh/setup-uv@v6
32+
- uses: astral-sh/setup-uv@v7
3333
- uses: actions/cache@v4
3434
with:
3535
path: ~/.cache/pre-commit
@@ -71,7 +71,7 @@ jobs:
7171
python-version: ${{ matrix.python-version }}
7272
allow-prereleases: true
7373

74-
- uses: astral-sh/setup-uv@v6
74+
- uses: astral-sh/setup-uv@v7
7575

7676
- name: Install package
7777
run: uv sync

0 commit comments

Comments
 (0)