From 004370b0fd459ffe8edf1570698df5e1ee84f47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:31:29 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-publish Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish). Updates `hoverkraft-tech/ci-github-publish` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-publish/compare/e38260241de6b96a9f21834ca2d399789013e7ff...96630200183ad2374b71f20a6cb6d828c5e8b2c2) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.6.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index 660ee5ae..d5ca91ca 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -55,7 +55,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@e38260241de6b96a9f21834ca2d399789013e7ff # 0.5.1 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@96630200183ad2374b71f20a6cb6d828c5e8b2c2 # 0.6.0 with: update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }} github-app-id: ${{ vars.CI_BOT_APP_ID }}