From c7a35102afe30b10f770b504b25f9fecd65f65c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:12:43 +0000 Subject: [PATCH] chore(deps): bump aws-powertools/actions/.github/actions/create-pr Bumps [aws-powertools/actions/.github/actions/create-pr](https://github.com/aws-powertools/actions) from 1.3.0 to 1.5.2. - [Release notes](https://github.com/aws-powertools/actions/releases) - [Commits](https://github.com/aws-powertools/actions/compare/v1.3.0...4bf64a4072489399fbf39b78f558eeeed6767189) --- updated-dependencies: - dependency-name: aws-powertools/actions/.github/actions/create-pr dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/make-version.yml | 2 +- .github/workflows/publish_layer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-version.yml b/.github/workflows/make-version.yml index 6d7161653b..3c1017faf8 100644 --- a/.github/workflows/make-version.yml +++ b/.github/workflows/make-version.yml @@ -58,7 +58,7 @@ jobs: run: git add . - name: Create PR id: create-pr - uses: aws-powertools/actions/.github/actions/create-pr@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5.0 + uses: aws-powertools/actions/.github/actions/create-pr@4bf64a4072489399fbf39b78f558eeeed6767189 # v1.5.2 with: temp_branch_prefix: "ci-bump" pull_request_title: "chore(ci): bump version to ${{ steps.version-n-changelog.outputs.new-version }}" diff --git a/.github/workflows/publish_layer.yml b/.github/workflows/publish_layer.yml index df8dd0a968..30204f366b 100644 --- a/.github/workflows/publish_layer.yml +++ b/.github/workflows/publish_layer.yml @@ -126,7 +126,7 @@ jobs: run: git add . - name: Create PR id: create-pr - uses: aws-powertools/actions/.github/actions/create-pr@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3.0 + uses: aws-powertools/actions/.github/actions/create-pr@4bf64a4072489399fbf39b78f558eeeed6767189 # v1.5.2 with: temp_branch_prefix: 'ci-layer-docs' pull_request_title: 'chore(ci): update layer ARN on documentation'