Skip to content

Commit 16ce329

Browse files
committed
BAU: Bump buildx and build-push actions
The new versions use Node.js 24. Dependabot would have updated it automatically, but we may as well do it while working on this file.
1 parent 8abd5bc commit 16ce329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-review_apps_on_pr_change.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
echo "URI=${BASE_URI}-${HEAD_SHA}-$(date +%s)" >> "$GITHUB_OUTPUT"
4646
4747
- name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
48+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4949

5050
- name: Build
51-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
51+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5252
with:
5353
push: true
5454
tags: ${{ steps.generate_image_uri.outputs.URI }}

0 commit comments

Comments
 (0)