From adaae6ca4225c4a0d95b3e37dbef55a199e8601f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:55:08 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [int128/docker-build-cache-config-action](https://github.com/int128/docker-build-cache-config-action). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.23.2 to 0.23.3 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-publish/compare/2c8e24b416226074aea1e240468f043edefc5760...281fe4959997eea619bf3a4be4fde2f16b8b6d0c) Updates `int128/docker-build-cache-config-action` from 1.56.0 to 1.57.0 - [Release notes](https://github.com/int128/docker-build-cache-config-action/releases) - [Commits](https://github.com/int128/docker-build-cache-config-action/compare/600f417a89b22227409391339c1c425ba46b5e07...1bdbbd61b3eea23c7e7a121eb15dd9b0a9ec7d97) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: int128/docker-build-cache-config-action dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__main-ci.yml | 2 +- actions/docker/build-image/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index f1e59ad1..161d8dac 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -83,7 +83,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@281fe4959997eea619bf3a4be4fde2f16b8b6d0c # 0.23.3 permissions: contents: read with: diff --git a/actions/docker/build-image/action.yml b/actions/docker/build-image/action.yml index cf780186..cd61c1b9 100644 --- a/actions/docker/build-image/action.yml +++ b/actions/docker/build-image/action.yml @@ -303,7 +303,7 @@ runs: # Caching setup - id: cache-arguments - uses: int128/docker-build-cache-config-action@600f417a89b22227409391339c1c425ba46b5e07 # v1.56.0 + uses: int128/docker-build-cache-config-action@1bdbbd61b3eea23c7e7a121eb15dd9b0a9ec7d97 # v1.57.0 with: image: ${{ steps.get-docker-config.outputs.cache-image }} flavor: ${{ steps.get-docker-config.outputs.cache-flavor }}