We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8f765 commit 4b67028Copy full SHA for 4b67028
.github/workflows/format-check.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: julia-actions/setup-julia@latest
17
with:
18
version: '1'
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Install JuliaFormatter and format
21
run: |
22
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
0 commit comments