Skip to content

Commit da918d9

Browse files
dependabot[bot]ph-kev
authored andcommitted
Bump julia-actions/julia-format from 3 to 4
Bumps [julia-actions/julia-format](https://github.com/julia-actions/julia-format) from 3 to 4. - [Release notes](https://github.com/julia-actions/julia-format/releases) - [Commits](julia-actions/julia-format@v3...v4) --- updated-dependencies: - dependency-name: julia-actions/julia-format dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 971e3b8 commit da918d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/JuliaFormatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
format:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: julia-actions/julia-format@v3
13+
- uses: julia-actions/julia-format@v4
1414
with:
1515
version: '1' # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1')
1616
suggestion-label: 'format-suggest' # leave this unset or empty to show suggestions for all PRs

0 commit comments

Comments
 (0)