File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
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 }}"
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments