Skip to content

Commit

Permalink
formatter action: use v3 instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Stefan-Ernst authored Apr 18, 2024
1 parent dcb5a76 commit 4da0ca7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@master
- uses: julia-actions/julia-format@v3
with:
version: '1'
suggestion-label: 'format-suggest'

0 comments on commit 4da0ca7

Please sign in to comment.