Skip to content

Commit 52a8176

Browse files
dependabot[bot]dreamorosisvozza
authored
chore(deps): bump aws-powertools/actions from 1.4.0 to 1.5.0 (#191)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Amorosi <[email protected]> Co-authored-by: Stefano Vozza <[email protected]>
1 parent 8fb4b33 commit 52a8176

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
5656
- name: Setup dependencies
57-
uses: aws-powertools/actions/.github/actions/cached-node-modules@743fa57a003787b157991ea5c6e3cf0d40468676
57+
uses: aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5
5858
- name: Publish to npm
5959
run: |
6060
NPM_CONFIG_PROVENANCE=true npm publish

.github/workflows/make-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
node-version: "22"
3737
cache: "npm"
3838
- name: Setup dependencies
39-
uses: aws-powertools/actions/.github/actions/cached-node-modules@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4.0
39+
uses: aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5.0
4040
with:
4141
node-version: ${{ env.NODE_VERSION }}
4242
build: "false"
4343
- name: Version and changelog
4444
id: version-n-changelog
45-
uses: aws-powertools/actions/.github/actions/version-n-changelog@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4.0
45+
uses: aws-powertools/actions/.github/actions/version-n-changelog@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5.0
4646
with:
4747
release-type: ${{ github.event.inputs.release-type }}
4848
- name: Update user agent version
@@ -57,7 +57,7 @@ jobs:
5757
echo RELEASE_VERSION="$VERSION" >> "$GITHUB_OUTPUT"
5858
- name: Create PR
5959
id: create-pr
60-
uses: aws-powertools/actions/.github/actions/create-pr@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4.0
60+
uses: aws-powertools/actions/.github/actions/create-pr@3b5b8e2e58b7af07994be982e83584a94e8c76c5 # v1.5.0
6161
with:
6262
temp_branch_prefix: "ci-bump"
6363
pull_request_title: "chore: bump version to ${{ steps.set-release-version.outputs.RELEASE_VERSION }}"

.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@743fa57a003787b157991ea5c6e3cf0d40468676
24+
- uses: aws-powertools/actions/.github/actions/close-issue-message@3b5b8e2e58b7af07994be982e83584a94e8c76c5
2525
with:
2626
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2727
message: |

.github/workflows/reusable-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: 22
3535
cache: "npm"
3636
- name: Setup dependencies
37-
uses: aws-powertools/actions/.github/actions/cached-node-modules@743fa57a003787b157991ea5c6e3cf0d40468676
37+
uses: aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5
3838
with:
3939
nodeVersion: 22
4040
- name: Linting

.github/workflows/reusable-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: 22
3535
cache: "npm"
3636
- name: Setup dependencies
37-
uses: aws-powertools/actions/.github/actions/cached-node-modules@743fa57a003787b157991ea5c6e3cf0d40468676
37+
uses: aws-powertools/actions/.github/actions/cached-node-modules@3b5b8e2e58b7af07994be982e83584a94e8c76c5
3838
with:
3939
nodeVersion: 22
4040
- name: Run e2e tests

0 commit comments

Comments
 (0)