Skip to content

Commit 5caf40d

Browse files
committed
Update format.yml
1 parent d540d93 commit 5caf40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Cache artifacts
1414
uses: julia-actions/cache@v2
1515
- name: Install JuliaFormatter and format
16-
run: julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version=v"1"); using JuliaFormatter; format(".")'
16+
run: julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version=v"1.0.62"); using JuliaFormatter; format(".")'
1717
- name: Create pull request
1818
id: cpr
1919
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)