Skip to content

Commit 770d866

Browse files
Bump the gha-dependencies group with 2 updates
Bumps the gha-dependencies group with 2 updates: [docker/bake-action](https://github.com/docker/bake-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `docker/bake-action` from 5 to 6 - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v5...v6) Updates `astral-sh/setup-uv` from 5.2.1 to 6.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5.2.1...v6.1.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: astral-sh/setup-uv dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1d55fa commit 770d866

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-buildx-action@v3
4242

4343
- name: Build images
44-
uses: docker/bake-action@v5
44+
uses: docker/bake-action@v6
4545
with:
4646
# Load to Docker engine for testing
4747
load: true

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Build and upload to ghcr.io 📤
6060
id: build
61-
uses: docker/bake-action@v5
61+
uses: docker/bake-action@v6
6262
with:
6363
push: true
6464
workdir: .docker/

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: '3.11'
3939

4040
- name: Set up uv
41-
uses: astral-sh/setup-uv@v5.2.1
41+
uses: astral-sh/setup-uv@v6.1.0
4242
with:
4343
version: latest
4444

0 commit comments

Comments
 (0)