From 1a3971b0804f31426817cc2d4483d005473c7790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:13:43 +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.3. - [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...f8672a9111aeb957224fb969636b78a97471e0ec) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/create-release.yaml dependency-version: 9.0.3 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..da7397b 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@f8672a9111aeb957224fb969636b78a97471e0ec # v9.0.3 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}