From 2dbb5a7c76536315acd7b11a4b653a407052cde5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:56:43 +0000 Subject: [PATCH] Bump mkumatag/container-image-updater-action from 1.0.5 to 1.0.6 Bumps [mkumatag/container-image-updater-action](https://github.com/mkumatag/container-image-updater-action) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/mkumatag/container-image-updater-action/releases) - [Commits](https://github.com/mkumatag/container-image-updater-action/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: mkumatag/container-image-updater-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/version-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-checks.yml b/.github/workflows/version-checks.yml index a9a7488..b6e46d7 100644 --- a/.github/workflows/version-checks.yml +++ b/.github/workflows/version-checks.yml @@ -24,7 +24,7 @@ jobs: - name: Docker Baseimage Checker id: baseimage - uses: mkumatag/container-image-updater-action@v1.0.5 + uses: mkumatag/container-image-updater-action@v1.0.6 with: base-image: '${{ env.baseimage }}' image: '${{ env.iobroker }}'