Skip to content

Commit f5bfd73

Browse files
committed
chore: bump CI dependencies
1 parent e997a93 commit f5bfd73

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
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

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

workspace.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"useDefaultDirectory": true
5656
},
5757
"teambit.harmony/bit": {
58-
"engine": "1.12.73"
58+
"engine": "1.12.75"
5959
}
6060
}

0 commit comments

Comments
 (0)