From 23b1ad79615c643fdda6f4681b8a733be0ebf369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:17:31 +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 10.0.2 to 10.1.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/0f27c13a9785608e0bbf9998777d27761b4de617...8436c4a9e86ab75cd485e91530eb39bf9104bbeb) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/create-release.yaml dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 370b0f3..ca34301 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@0f27c13a9785608e0bbf9998777d27761b4de617 # v10.0.2 + uses: devantler-tech/actions/.github/workflows/create-release.yaml@8436c4a9e86ab75cd485e91530eb39bf9104bbeb # v10.1.4 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}