Skip to content

Commit 6b66ca5

Browse files
Update docker/setup-buildx-action action to v4
1 parent 36b1b9e commit 6b66ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v6
2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v3
25+
uses: docker/setup-buildx-action@v4
2626
- name: Tests of actinia-module-plugin
2727
id: docker_build
2828
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)