Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit ff9ce7e

Browse files
authored
Merge pull request #412 from stacklok/dependabot/github_actions/docker/setup-buildx-action-3.8.0
Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
2 parents 4fdceba + 4c60c81 commit ff9ce7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2121
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
22+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
2323
- name: Fetch latest FE commit SHA
2424
id: fetch_commit_fe_sha
2525
run: |

0 commit comments

Comments
 (0)