Skip to content

Commit 3ee4965

Browse files
Update docker/setup-buildx-action action to v4
1 parent abf6fcd commit 3ee4965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 8
1818
cache: 'sbt'
1919
- uses: sbt/setup-sbt@v1
20-
- uses: docker/setup-buildx-action@v1
20+
- uses: docker/setup-buildx-action@v4
2121
- name: Login to DockerHub
2222
uses: docker/login-action@v1
2323
with:

0 commit comments

Comments
 (0)