From 22e3e64d4f7212c8ccb284c5825fbc254af175af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:37:55 +0000 Subject: [PATCH] [skip-release] Update github-actions --- .github/workflows/lint-test-build-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml index 5ca9c48..3815616 100644 --- a/.github/workflows/lint-test-build-push.yaml +++ b/.github/workflows/lint-test-build-push.yaml @@ -83,7 +83,7 @@ jobs: with: persist-credentials: false - - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - name: Resolve native platform id: platform @@ -97,7 +97,7 @@ jobs: echo "name=$platform" >> "$GITHUB_OUTPUT" - name: Build native image without credentials - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: . load: true