Skip to content

Commit 6cf3138

Browse files
committed
Update format_check
1 parent 3c21287 commit 6cf3138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- uses: julia-actions/setup-julia@latest
1515
with:
1616
version: '1'
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Format check
1919
shell: julia --color=yes {0}
2020
run: |
2121
using Pkg
22-
Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))
22+
Pkg.add(PackageSpec(name="JuliaFormatter", version="2"))
2323
using JuliaFormatter
2424
format("src", verbose=true)
2525
format("test", verbose=true)

0 commit comments

Comments
 (0)