Skip to content

Commit 3aa65ae

Browse files
committed
ci: update bit-tasks/init action to v3.0.1
1 parent 0733055 commit 3aa65ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Initialize Bit
19-
uses: bit-tasks/init@v3
19+
uses: bit-tasks/init@v3.0.1
2020
with:
21-
ws-dir: '.'
21+
ws-dir: "."
2222

2323
- name: Bit Verify
24-
uses: bit-tasks/verify@v2
24+
uses: bit-tasks/verify@v2

0 commit comments

Comments
 (0)