From 714953eec08069209094b9c473a675756e2a2d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:34:40 +0000 Subject: [PATCH] Bump the actions-deps group with 3 updates Bumps the actions-deps group with 3 updates: [ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml](https://github.com/ptr727/projecttemplate), [ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml](https://github.com/ptr727/projecttemplate) and [ptr727/ProjectTemplate/.github/workflows/build-release-task.yml](https://github.com/ptr727/projecttemplate). Updates `ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml` from 2.0.428 to 2.0.440 - [Release notes](https://github.com/ptr727/projecttemplate/releases) - [Changelog](https://github.com/ptr727/ProjectTemplate/blob/main/HISTORY.md) - [Commits](https://github.com/ptr727/projecttemplate/compare/37aa042042f51655ce368ec62dd1a655ac4b3716...30b93226820112ebf8bd93e69c8a80932e0c4b39) Updates `ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml` from 2.0.428 to 2.0.440 - [Release notes](https://github.com/ptr727/projecttemplate/releases) - [Changelog](https://github.com/ptr727/ProjectTemplate/blob/main/HISTORY.md) - [Commits](https://github.com/ptr727/projecttemplate/compare/37aa042042f51655ce368ec62dd1a655ac4b3716...30b93226820112ebf8bd93e69c8a80932e0c4b39) Updates `ptr727/ProjectTemplate/.github/workflows/build-release-task.yml` from 2.0.428 to 2.0.440 - [Release notes](https://github.com/ptr727/projecttemplate/releases) - [Changelog](https://github.com/ptr727/ProjectTemplate/blob/main/HISTORY.md) - [Commits](https://github.com/ptr727/projecttemplate/compare/37aa042042f51655ce368ec62dd1a655ac4b3716...30b93226820112ebf8bd93e69c8a80932e0c4b39) --- updated-dependencies: - dependency-name: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml dependency-version: 2.0.440 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml dependency-version: 2.0.440 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml dependency-version: 2.0.440 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-bot-pull-request.yml | 2 +- .github/workflows/publish-release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-bot-pull-request.yml b/.github/workflows/merge-bot-pull-request.yml index b7712d6..97517da 100644 --- a/.github/workflows/merge-bot-pull-request.yml +++ b/.github/workflows/merge-bot-pull-request.yml @@ -19,7 +19,7 @@ jobs: merge-bot: name: Merge bot pull request job - uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@37aa042042f51655ce368ec62dd1a655ac4b3716 # 2.0.428 + uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@30b93226820112ebf8bd93e69c8a80932e0c4b39 # 2.0.440 secrets: CODEGEN_APP_CLIENT_ID: ${{ secrets.CODEGEN_APP_CLIENT_ID }} CODEGEN_APP_PRIVATE_KEY: ${{ secrets.CODEGEN_APP_PRIVATE_KEY }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index ad4fa90..b273afe 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -17,7 +17,7 @@ jobs: # Also replaces this repo's own dispatch-ref assertion: the hub task errors identically on a ref other than main/develop. plan: name: Plan release job - uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@37aa042042f51655ce368ec62dd1a655ac4b3716 # 2.0.428 + uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@30b93226820112ebf8bd93e69c8a80932e0c4b39 # 2.0.440 with: event_name: ${{ github.event_name }} actor: ${{ github.actor }} @@ -52,7 +52,7 @@ jobs: name: Publish project release job needs: [plan, validate] if: ${{ needs.plan.outputs.publish == 'true' }} - uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@37aa042042f51655ce368ec62dd1a655ac4b3716 # 2.0.428 + uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@30b93226820112ebf8bd93e69c8a80932e0c4b39 # 2.0.440 permissions: contents: write actions: write