Skip to content

Commit ddd73ca

Browse files
committed
Merge #946: Update dependencies
4846c9f chore: update workflow action build-push-action (Jose Celano) e2dbb0b chore(deps): update dependencies (Jose Celano) Pull request description: Update dependencies. Top commit has no ACKs. Tree-SHA512: 7a673e6c6943da57043c42486a89b7f874c6ab50e497ad0e3faa039e0e5995fc9e3c705f6d0229e6339a722c72a9bfe156ed38565dcbdbfe8311f5c6be6a4201
2 parents 400c74b + 4846c9f commit ddd73ca

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/container.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- id: build
3232
name: Build
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
file: ./Containerfile
3636
push: false
@@ -127,7 +127,7 @@ jobs:
127127
uses: docker/setup-buildx-action@v3
128128

129129
- name: Build and push
130-
uses: docker/build-push-action@v5
130+
uses: docker/build-push-action@v6
131131
with:
132132
file: ./Containerfile
133133
push: true
@@ -168,7 +168,7 @@ jobs:
168168
uses: docker/setup-buildx-action@v3
169169

170170
- name: Build and push
171-
uses: docker/build-push-action@v5
171+
uses: docker/build-push-action@v6
172172
with:
173173
file: ./Containerfile
174174
push: true

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)