Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 5897dbe

Browse files
Merge pull request #58 from open-AIMS/dependabot/github_actions/julia-actions/julia-format-4
Bump julia-actions/julia-format from 3 to 4
2 parents f220c17 + 1bfbd19 commit 5897dbe

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
@@ -7,7 +7,7 @@ jobs:
77
code-style:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: julia-actions/julia-format@v3
10+
- uses: julia-actions/julia-format@v4
1111
with:
1212
version: '1' # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1')
1313
suggestion-label: 'format-suggest' # leave this unset or empty to show suggestions for all PRs

0 commit comments

Comments
 (0)