From 68e805f8b6f31e98d0d2c1fc950a425c205eead5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:28:15 +0000 Subject: [PATCH] chore(actions)(deps): bump chainguard-images/actions Bumps [chainguard-images/actions](https://github.com/chainguard-images/actions) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/chainguard-images/actions/releases) - [Changelog](https://github.com/chainguard-images/actions/blob/main/.goreleaser.yml) - [Commits](https://github.com/chainguard-images/actions/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: chainguard-images/actions dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/apko/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/apko/action.yaml b/.github/actions/apko/action.yaml index 0396b38..e4121bb 100644 --- a/.github/actions/apko/action.yaml +++ b/.github/actions/apko/action.yaml @@ -40,7 +40,7 @@ runs: - if: ${{ inputs.publish == 'false' }} name: Build OCI image id: build - uses: chainguard-images/actions/apko-build@v1.0.6 + uses: chainguard-images/actions/apko-build@v1.0.7 with: config: ${{ inputs.config }} tag: ${{ inputs.tag }} @@ -52,7 +52,7 @@ runs: - if: ${{ inputs.publish == 'true' }} name: Publish image id: publish - uses: chainguard-images/actions/apko-publish@v1.0.6 + uses: chainguard-images/actions/apko-publish@v1.0.7 with: config: ${{ inputs.config }} tag: ${{ inputs.tag }}