Skip to content

Commit 44bf616

Browse files
authored
chore(deps): bump docker/setup-buildx-action from 3 to 4 (#48)
2 parents 25a89ce + 352cc81 commit 44bf616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-devcontainer.yml

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

3434
- name: Set up Docker Buildx
3535
id: buildx
36-
uses: docker/setup-buildx-action@v3
36+
uses: docker/setup-buildx-action@v4
3737

3838
- name: Build, tag, and push image to GHCR [python ${{ matrix.python-version }}]
3939
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)