Skip to content

Commit 70d40f3

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `astral-sh/setup-uv` from 7.2.0 to 7.3.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@61cb8a9...5a095e7) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 266f2bb commit 70d40f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check_changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
19+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
2020

2121
- name: Check changelog entries
2222
run: uv run --no-sync python ci/check_changelog_entries.py

.github/workflows/releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
version: '1.16.5'
3636
- name: Build wheel and sdist
3737
run: hatch build
38-
- uses: actions/upload-artifact@v6
38+
- uses: actions/upload-artifact@v7
3939
with:
4040
name: releases
4141
path: dist
@@ -44,7 +44,7 @@ jobs:
4444
needs: [build_artifacts]
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/download-artifact@v7
47+
- uses: actions/download-artifact@v8
4848
with:
4949
name: releases
5050
path: dist
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
6161
steps:
62-
- uses: actions/download-artifact@v7
62+
- uses: actions/download-artifact@v8
6363
with:
6464
name: releases
6565
path: dist

0 commit comments

Comments
 (0)