From cfe5b878de0176632f254a99aa0f7376b6609866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:58:35 +0000 Subject: [PATCH] build(deps): bump TomHennen/wrangle/build/actions/container in / Bumps [TomHennen/wrangle/build/actions/container](https://github.com/tomhennen/wrangle) in `/` from 5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 to b16076757b2b8b3088f5e918296f85fcbbe5b9b3. Updates `TomHennen/wrangle/build/actions/container` from 5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 to b16076757b2b8b3088f5e918296f85fcbbe5b9b3 - [Release notes](https://github.com/tomhennen/wrangle/releases) - [Changelog](https://github.com/TomHennen/wrangle/blob/main/release-notes-v0.4.0.md) - [Commits](https://github.com/tomhennen/wrangle/compare/5d364e686de625ccb61a0fd5b12f9b25e1ab1d41...b16076757b2b8b3088f5e918296f85fcbbe5b9b3) --- updated-dependencies: - dependency-name: TomHennen/wrangle/build/actions/container dependency-version: 7f7e5a6684ae993cfeceb92279b784614a2afb70 dependency-type: direct:production dependency-group: across-directories/TomHennen/wrangle/build/actions/container ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_publish_container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish_container.yml b/.github/workflows/build_and_publish_container.yml index e5472358..831cdf3e 100644 --- a/.github/workflows/build_and_publish_container.yml +++ b/.github/workflows/build_and_publish_container.yml @@ -172,7 +172,7 @@ jobs: # TODO: replace with $/build/actions/container when GitHub ships $/ syntax (#136) - name: "build and publish" id: build - uses: TomHennen/wrangle/build/actions/container@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + uses: TomHennen/wrangle/build/actions/container@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 with: path: ${{ inputs.path }} dockerfile: ${{ inputs.dockerfile }}