File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
release-type :
7
7
description : ' Release type (major, minor, patch)'
8
8
required : false
9
+ type : choice
10
+ options :
11
+ - major
12
+ - minor
13
+ - patch
9
14
10
15
permissions :
11
16
contents : read
@@ -34,13 +39,13 @@ jobs:
34
39
node-version : ${{ env.NODE_VERSION }}
35
40
cache : " npm"
36
41
- name : Setup dependencies
37
- uses : aws-powertools/actions/.github/actions/cached-node-modules@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3 .0
42
+ uses : aws-powertools/actions/.github/actions/cached-node-modules@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4 .0
38
43
with :
39
44
node-version : ${{ env.NODE_VERSION }}
40
45
build : " false"
41
46
- name : Version and changelog
42
47
id : version-n-changelog
43
- uses : aws-powertools/actions/.github/actions/version-n-changelog@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3 .0
48
+ uses : aws-powertools/actions/.github/actions/version-n-changelog@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4 .0
44
49
with :
45
50
release-type : ${{ github.event.inputs.release-type }}
46
51
- name : Update user agent version
50
55
run : git add .
51
56
- name : Create PR
52
57
id : create-pr
53
- uses : aws-powertools/actions/.github/actions/create-pr@da5bcb1a3d22f87bc48b570c818d26f44c0fc960 # v1.3 .0
58
+ uses : aws-powertools/actions/.github/actions/create-pr@743fa57a003787b157991ea5c6e3cf0d40468676 # v1.4 .0
54
59
with :
55
60
temp_branch_prefix : " ci-bump"
56
61
pull_request_title : " chore(ci): bump version to ${{ steps.version-n-changelog.outputs.new-version }}"
You can’t perform that action at this time.
0 commit comments