From e8b50cfac2ae61265269f6fb6c24e46d6060089b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:54:28 +0000 Subject: [PATCH] build(deps): bump devantler-tech/actions/.github/workflows/create-release.yaml Bumps [devantler-tech/actions/.github/workflows/create-release.yaml](https://github.com/devantler-tech/actions) from 9.0.7 to 10.1.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/84813ae61fb21741e0a6193b5c14c6941a448577...47f0d9b632581a613963a2d25c243713f24c32a0) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/create-release.yaml dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 09181c7..86ab15d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,6 @@ jobs: release: # Skipped in the template repo itself; runs in every tenant created from it. if: github.repository != 'devantler-tech/gitops-tenant-template' - uses: devantler-tech/actions/.github/workflows/create-release.yaml@84813ae61fb21741e0a6193b5c14c6941a448577 # v9.0.7 + uses: devantler-tech/actions/.github/workflows/create-release.yaml@47f0d9b632581a613963a2d25c243713f24c32a0 # v10.1.0 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}