From 695e6fc38801be4206aa1f89a0c9b553edd6b1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:09:16 +0000 Subject: [PATCH] build(deps): bump tgagor/template-dockerfiles from 0.15.17 to 0.16.5 Bumps [tgagor/template-dockerfiles](https://github.com/tgagor/template-dockerfiles) from 0.15.17 to 0.16.5. - [Release notes](https://github.com/tgagor/template-dockerfiles/releases) - [Commits](https://github.com/tgagor/template-dockerfiles/compare/v0.15.17...v0.16.5) --- updated-dependencies: - dependency-name: tgagor/template-dockerfiles dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1a8fac..4f3db44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: platforms: linux/arm/v7,linux/amd64,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x - name: Setup Template Dockerfiles - uses: tgagor/template-dockerfiles@v0.15.17 + uses: tgagor/template-dockerfiles@v0.16.5 - name: Build on pull request if: github.event_name == 'pull_request' @@ -133,7 +133,7 @@ jobs: platforms: linux/arm/v7,linux/amd64,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x - name: Setup Template Dockerfiles - uses: tgagor/template-dockerfiles@v0.15.17 + uses: tgagor/template-dockerfiles@v0.16.5 - name: Bump version and push tag id: tag_version