Skip to content

Commit bf0ac40

Browse files
authored
Merge pull request #89 from nsg-ethz/dependabot/github_actions/docker/setup-buildx-action-4
build(deps): bump docker/setup-buildx-action from 3 to 4
2 parents 5a075b1 + a3f7ec4 commit bf0ac40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v6
7777
- name: Set up Docker Buildx
78-
uses: docker/setup-buildx-action@v3
78+
uses: docker/setup-buildx-action@v4
7979
- name: Build base rust image
8080
uses: docker/build-push-action@v7
8181
with:

0 commit comments

Comments
 (0)