File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 - name : Initialize Bit
2727 uses : bit-tasks/init@v3
2828 with :
29- ws-dir : ' . '
29+ ws-dir : " . "
3030
3131 - name : Bit Tag and Export
32- uses : bit-tasks/tag-export@v3
32+ uses : bit-tasks/tag-export@v4
3333 with :
34- build : true
34+ build : true
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 - name : Initialize Bit
1919 uses : bit-tasks/init@v3
2020 with :
21- ws-dir : ' . '
22-
21+ ws-dir : " . "
22+
2323 - name : Bit Pull Request
24- uses : bit-tasks/pull-request@v3
24+ uses : bit-tasks/pull-request@v4
2525 with :
2626 build : true
2727 version-labels : true
2828 version-labels-color-major : " f0a09f"
2929 version-labels-color-minor : " f0e8bd"
3030 version-labels-color-patch : " c2e0c6"
31- clear-labels : true
31+ clear-labels : true
Original file line number Diff line number Diff line change 5555 "useDefaultDirectory" : true
5656 },
5757 "teambit.harmony/bit" : {
58- "engine" : " 1.12.73 "
58+ "engine" : " 1.12.75 "
5959 }
6060}
You can’t perform that action at this time.
0 commit comments