From 212954d7b629c616e41230497fa0b96eb4b69424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:32:51 +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.0 to 9.0.2. - [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/5aa2657f976103d716f585266a0fa4e964594df2...b69839ba2debe04a46321b7698b6daf57667d4e7) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/create-release.yaml dependency-version: 9.0.2 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 045a0a6..ee57e83 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@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 + uses: devantler-tech/actions/.github/workflows/create-release.yaml@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}