Skip to content

Commit 62a5943

Browse files
authored
use workspace Bit version
1 parent d176217 commit 62a5943

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event.pull_request.merged == true
1515
runs-on: ubuntu-latest
1616
container:
17-
image: bitsrc/stable:latest
17+
image: bitsrc/nightly:1.12.75
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_ACCESS_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
verify:
99
runs-on: ubuntu-latest
1010
container:
11-
image: bitsrc/stable:latest
11+
image: bitsrc/nightly:1.12.75
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_ACCESS_TOKEN }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
verify:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: bitsrc/stable:latest
12+
image: bitsrc/nightly:1.12.75
1313
env:
1414
BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_ACCESS_TOKEN }}
1515

0 commit comments

Comments
 (0)