Skip to content

Commit c9b42c5

Browse files
committed
I guess dprint version is old
1 parent a4dcf28 commit c9b42c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check formatting specific version
2323
uses: ./
2424
with:
25-
dprint-version: 0.30.3
25+
dprint-version: 0.49.1
2626

2727
- name: Check formatting specific config
2828
uses: ./
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check formatting specific version and config
3333
uses: ./
3434
with:
35-
dprint-version: 0.30.3
35+
dprint-version: 0.49.1
3636
config-path: "dprint.json"
3737

3838
- name: make poorly-formatted json file

0 commit comments

Comments
 (0)