From 87d4e58e7b37dcd9938060cff23e776289836ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:12:07 +0000 Subject: [PATCH] build(deps): bump tgagor/template-dockerfiles from 0.16.2 to 0.17.1 Bumps [tgagor/template-dockerfiles](https://github.com/tgagor/template-dockerfiles) from 0.16.2 to 0.17.1. - [Release notes](https://github.com/tgagor/template-dockerfiles/releases) - [Commits](https://github.com/tgagor/template-dockerfiles/compare/v0.16.2...v0.17.1) --- updated-dependencies: - dependency-name: tgagor/template-dockerfiles dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b07ec3..aa46b86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,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.16.2 + uses: tgagor/template-dockerfiles@v0.17.1 - uses: actions/setup-node@v6 with: