Skip to content

Commit cda2c68

Browse files
authored
Merge pull request #32 from dataresearchcenter/dependabot/github_actions/docker/setup-buildx-action-4
Bump docker/setup-buildx-action from 3 to 4
2 parents c09f131 + 0a2e9f2 commit cda2c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
type=sha
2626
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags') }}
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v3
28+
uses: docker/setup-buildx-action@v4
2929
with:
3030
install: true
3131
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)