Skip to content

Commit 61be15d

Browse files
authored
Revert "Bump the gha-dependencies group with 2 updates (aiidateam#6778)" (aiidateam#6838)
This reverts commit 48bd2ac.
1 parent 48bd2ac commit 61be15d

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@v6
44+
uses: docker/bake-action@v5
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@v6
61+
uses: docker/bake-action@v5
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.4.1
41+
uses: astral-sh/setup-uv@v5.2.1
4242
with:
4343
version: latest
4444

0 commit comments

Comments
 (0)