Skip to content

Commit 964d222

Browse files
committed
ci: fixed dcm version
1 parent ca0c33e commit 964d222

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/netglade_analysis-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: CQLabs/setup-dcm@v1
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
version: auto
45+
version: 1.21.1
4646

4747
- name: Run DCM
4848
uses: CQLabs/dcm-action@v1

.github/workflows/netglade_flutter_utils-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: CQLabs/setup-dcm@v1
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
46-
version: auto
46+
version: 1.21.1
4747

4848
- name: Run DCM
4949
uses: CQLabs/dcm-action@v1

.github/workflows/netglade_utils-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: CQLabs/setup-dcm@v1
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
version: auto
45+
version: 1.21.1
4646

4747
- name: Run DCM
4848
uses: CQLabs/dcm-action@v1

0 commit comments

Comments
 (0)