Skip to content

Commit

Permalink
fix(deps): update docker/setup-buildx-action action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zon-renovate committed Mar 5, 2024
1 parent 3106c5d commit 6e312a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ runs:
echo "setup_buildx=$setup_buildx" >> $GITHUB_ENV
- name: Setup docker buildx container
if: env.setup_buildx == 'true'
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.1.0
# Support `docker buildx build --cache-[from}to] type=gha` directly,
# and not just via docker/build-push-action.
- name: Setup docker buildx environment
Expand Down

0 comments on commit 6e312a0

Please sign in to comment.