From f89f14454e3c7037ff81df15f03a2ba01448aafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:42:47 +0000 Subject: [PATCH] dependabot: bump depot/setup-action from 1.7.1 to 1.7.2 Bumps [depot/setup-action](https://github.com/depot/setup-action) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/depot/setup-action/releases) - [Commits](https://github.com/depot/setup-action/compare/15c09a5f77a0840ad4bce955686522a257853461...91bc8495a33ebfc504ffc89e5674379ccf23c29c) --- updated-dependencies: - dependency-name: depot/setup-action dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sdk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk.yaml b/.github/workflows/sdk.yaml index 2747d576..776e3674 100644 --- a/.github/workflows/sdk.yaml +++ b/.github/workflows/sdk.yaml @@ -103,7 +103,7 @@ jobs: *.cache-to=type=gha,mode=max push: true - - uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1.7.1 + - uses: depot/setup-action@91bc8495a33ebfc504ffc89e5674379ccf23c29c # v1.7.2 - name: Build and push (depot) uses: depot/bake-action@1d58c2668346981089b088b7ef36755b206b20e9 # v1.13.0 if: ${{ startsWith(github.ref, 'refs/tags/sdk@') }}