Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
ci(deps): bump docker/setup-buildx-action from 2.6.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.6.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.6.0...v3.1.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 8d9b003 commit 659eb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
NODE_ENV: 'development'
run: npm run integration-test
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.6.0
uses: docker/setup-buildx-action@v3.1.0
- name: Cache Docker layers
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.6.0
uses: docker/setup-buildx-action@v3.1.0
id: buildx
with:
driver-opts: |
Expand Down

0 comments on commit 659eb0b

Please sign in to comment.