File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,12 +34,13 @@ jobs:
3434 node-version : ${{ env.NODE_VERSION }}
3535 cache : " npm"
3636 - name : Setup dependencies
37- uses : aws-powertools/actions/.github/actions/cached-node-modules@b8e12f37991bb03672113b65cae09d52d494bbef # v1.0 .0
37+ uses : aws-powertools/actions/.github/actions/cached-node-modules@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1 .0
3838 with :
3939 node-version : ${{ env.NODE_VERSION }}
40+ build : " false"
4041 - name : Version and changelog
4142 id : version-n-changelog
42- uses : aws-powertools/actions/.github/actions/version-n-changelog@b8e12f37991bb03672113b65cae09d52d494bbef # v1.0 .0
43+ uses : aws-powertools/actions/.github/actions/version-n-changelog@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1 .0
4344 with :
4445 release-type : ${{ github.event.inputs.release-type }}
4546 - name : Update user agent version
5051 run : git add .
5152 - name : Create PR
5253 id : create-pr
53- uses : ./ .github/actions/create-pr
54+ uses : aws-powertools/actions/ .github/actions/create-pr@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0
5455 with :
5556 temp_branch_prefix : " ci-bump"
5657 pull_request_title : " chore(ci): bump version to ${{ steps.version-n-changelog.outputs.new-version }}"
Original file line number Diff line number Diff line change @@ -106,11 +106,12 @@ jobs:
106106 - name : Replace layer versions in documentation
107107 run : |
108108 ./.github/scripts/update_layer_arn.sh ${{ inputs.layer_documentation_version }}
109+ - name : Stage changes
110+ run : git add .
109111 - name : Create PR
110112 id : create-pr
111- uses : ./ .github/actions/create-pr
113+ uses : aws-powertools/actions/ .github/actions/create-pr@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1.0
112114 with :
113- files : ' docs/getting-started/lambda-layers.md'
114115 temp_branch_prefix : ' ci-layer-docs'
115116 pull_request_title : ' chore(ci): update layer ARN on documentation'
116117 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments