Skip to content

Commit

Permalink
build(deps): bump the updates group with 2 updates (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent b54cc67 commit 7520c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: docker/[email protected]

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
platforms: ${{ matrix.platforms }}
# ensure latest base image is used
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
uses: docker/[email protected]

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

- name: Build
id: docker_build
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
platforms: ${{ matrix.platforms }}
# ensure latest base image is used
Expand Down

0 comments on commit 7520c46

Please sign in to comment.