From 54d4519d7a736db974d15be070b924b4180f9246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:34:29 +0000 Subject: [PATCH] chore(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.2 to 9.0.4. - [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/b69839ba2debe04a46321b7698b6daf57667d4e7...fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/create-release.yaml dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ee57e83..75fe76c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,6 @@ permissions: jobs: release: - uses: devantler-tech/actions/.github/workflows/create-release.yaml@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 + uses: devantler-tech/actions/.github/workflows/create-release.yaml@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.4 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}