File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
34
34
node-version : ${{ env.NODE_VERSION }}
35
35
cache : " npm"
36
36
- name : Setup dependencies
37
- uses : aws-powertools/actions/.github/actions/cached-node-modules@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2 .0
37
+ uses : aws-powertools/actions/.github/actions/cached-node-modules@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3 .0
38
38
with :
39
39
node-version : ${{ env.NODE_VERSION }}
40
40
build : " false"
41
41
- name : Version and changelog
42
42
id : version-n-changelog
43
- uses : aws-powertools/actions/.github/actions/version-n-changelog@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2 .0
43
+ uses : aws-powertools/actions/.github/actions/version-n-changelog@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3 .0
44
44
with :
45
45
release-type : ${{ github.event.inputs.release-type }}
46
46
- name : Update user agent version
51
51
run : git add .
52
52
- name : Create PR
53
53
id : create-pr
54
- uses : aws-powertools/actions/.github/actions/create-pr@7d2401cbbb232594bde7285bc5b8c0c78dcbe6e2 # v1.2 .0
54
+ uses : aws-powertools/actions/.github/actions/create-pr@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3 .0
55
55
with :
56
56
temp_branch_prefix : " ci-bump"
57
57
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 @@ -110,7 +110,7 @@ jobs:
110
110
run : git add .
111
111
- name : Create PR
112
112
id : create-pr
113
- uses : aws-powertools/actions/.github/actions/create-pr@5ae7c190d6b51491bb14f593c3509c1bcbf7a3c1 # v1.1 .0
113
+ uses : aws-powertools/actions/.github/actions/create-pr@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3 .0
114
114
with :
115
115
temp_branch_prefix : ' ci-layer-docs'
116
116
pull_request_title : ' chore(ci): update layer ARN on documentation'
You can’t perform that action at this time.
0 commit comments