Skip to content

Commit

Permalink
Merge pull request #79 from kool-dev/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-buildx-action-3.2.0

Bump docker/setup-buildx-action from 2.5.0 to 3.2.0
  • Loading branch information
fabriciojs authored Mar 18, 2024
2 parents a098807 + 6bf50ec commit 4f9114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v3.2.0

- name: Cache Docker layers
uses: actions/cache@v3.3.0
Expand Down

0 comments on commit 4f9114d

Please sign in to comment.