From 5eb83f1349bb42baf0ac310266e3e14e46aff853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:13:36 +0000 Subject: [PATCH] ci(deps): bump firestoned/github-actions/docker/setup-docker Bumps [firestoned/github-actions/docker/setup-docker](https://github.com/firestoned/github-actions) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/firestoned/github-actions/releases) - [Changelog](https://github.com/firestoned/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/firestoned/github-actions/compare/53b483254bc648903c364ee3c73a546d0936a91e...d0d51c638a90bffc2a1567fe7af112b37fe8854c) --- updated-dependencies: - dependency-name: firestoned/github-actions/docker/setup-docker dependency-version: 1.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5864f1..e3afae5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -373,7 +373,7 @@ jobs: uses: ./.github/actions/prepare-docker-binaries - name: Setup Docker environment - uses: firestoned/github-actions/docker/setup-docker@53b483254bc648903c364ee3c73a546d0936a91e # v1.3.6 + uses: firestoned/github-actions/docker/setup-docker@d0d51c638a90bffc2a1567fe7af112b37fe8854c # v1.3.7 with: github_token: ${{ secrets.GITHUB_TOKEN }}