Skip to content

Commit cb5891b

Browse files
chore(deps): bump aws-powertools/actions from 1.1.0 to 1.2.0
Bumps [aws-powertools/actions](https://github.com/aws-powertools/actions) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/aws-powertools/actions/releases) - [Commits](aws-powertools/actions@5ae7c19...7d2401c) --- updated-dependencies: - dependency-name: aws-powertools/actions dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47c08ce commit cb5891b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bootstrap_region.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
node-version: "22"
5454
- name: Setup dependencies
55-
uses: aws-powertools/actions/.github/actions/cached-node-modules@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1
55+
uses: aws-powertools/actions/.github/actions/cached-node-modules@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2
5656
- id: credentials
5757
name: AWS Credentials
5858
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df

.github/workflows/on_closed_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
issues: write # comment on issues
2323
steps:
24-
- uses: aws-powertools/actions/.github/actions/close-issue-message@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1
24+
- uses: aws-powertools/actions/.github/actions/close-issue-message@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2
2525
with:
2626
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2727
message: |

0 commit comments

Comments
 (0)