Skip to content

Commit ddfddf6

Browse files
chore: Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#7339)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0460f02 commit ddfddf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
echo "timestamp=$(date +%s)" >> $GITHUB_ENV
296296
297297
- name: Setup Docker buildx
298-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
298+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
299299

300300
- name: Configure AWS credentials for ECR interaction
301301
id: aws-config
@@ -358,7 +358,7 @@ jobs:
358358
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
359359

360360
- name: Setup Docker buildx
361-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
361+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
362362

363363
- name: Set build-args if branch is not main
364364
id: set-build-args

0 commit comments

Comments
 (0)