Skip to content

Commit d159ebb

Browse files
dependabot[bot]tqml
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 7b095da commit d159ebb

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)