From f99dfeb7496f68b803897d5efae80e672b6e31dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:30:13 +0000 Subject: [PATCH 1/5] build(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/CI_ecosystem.yml | 2 +- .github/workflows/CI_extended.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/preview-documentation.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bddf77dd1..c84df96d3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} diff --git a/.github/workflows/CI_ecosystem.yml b/.github/workflows/CI_ecosystem.yml index 9c51db21e..dad19df84 100644 --- a/.github/workflows/CI_ecosystem.yml +++ b/.github/workflows/CI_ecosystem.yml @@ -27,7 +27,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} diff --git a/.github/workflows/CI_extended.yml b/.github/workflows/CI_extended.yml index 200311ec0..c72af0364 100644 --- a/.github/workflows/CI_extended.yml +++ b/.github/workflows/CI_extended.yml @@ -27,7 +27,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f0f2570a6..29d182f79 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@latest with: version: '1' diff --git a/.github/workflows/preview-documentation.yml b/.github/workflows/preview-documentation.yml index b85e6154f..da5f72721 100644 --- a/.github/workflows/preview-documentation.yml +++ b/.github/workflows/preview-documentation.yml @@ -13,7 +13,7 @@ jobs: if: startsWith(github.head_ref, 'documentation/') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@latest with: version: '1' From c3a5fbae11409191b288fb5acb894ed958cd9d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:09:28 +0000 Subject: [PATCH 2/5] build(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-documentation.yml b/.github/workflows/preview-documentation.yml index da5f72721..9a9519d47 100644 --- a/.github/workflows/preview-documentation.yml +++ b/.github/workflows/preview-documentation.yml @@ -26,7 +26,7 @@ jobs: DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key run: julia --project=docs/ docs/make.jl push_preview=true - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: steps.deploy.outcome == 'success' with: github-token: ${{secrets.GITHUB_TOKEN}} From bca6392b770154783275c7fb2a12326a50715f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:48:48 +0000 Subject: [PATCH 3/5] build(deps): 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](https://github.com/julia-actions/julia-format/compare/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] --- .github/workflows/FormatCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index e02e1c04c..0049fc31e 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -7,7 +7,7 @@ jobs: code-style: runs-on: ubuntu-latest steps: - - uses: julia-actions/julia-format@v3 + - uses: julia-actions/julia-format@v4 with: version: '1' suggestion-label: 'format-suggest' From f6f943cf686d64243c55ff8b920f9ab98b9e1e8c Mon Sep 17 00:00:00 2001 From: Maximilian Ernst <34346372+Maximilian-Stefan-Ernst@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:20:10 +0100 Subject: [PATCH 4/5] Update action (#298) * gh/FormatCheck: update JuliaFormatter to v2 * gh/FormatCheck: always show suggestions --------- Co-authored-by: Alexey Stukalov --- .github/workflows/FormatCheck.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 0049fc31e..d005ca942 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -9,5 +9,4 @@ jobs: steps: - uses: julia-actions/julia-format@v4 with: - version: '1' - suggestion-label: 'format-suggest' + version: '2' From 0701281f3d5441506f2a8c6467ef6228c5deca4b Mon Sep 17 00:00:00 2001 From: Maximilian Ernst <34346372+Maximilian-Stefan-Ernst@users.noreply.github.com> Date: Sat, 7 Feb 2026 19:49:16 +0100 Subject: [PATCH 5/5] fix format check workflow Fixes the format checking, because when run in pull_request_target, it does not check out the correct commit Co-authored-by: Alexey Stukalov --- .github/workflows/FormatCheck.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index d005ca942..5612cd8d3 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,8 +1,7 @@ name: Format suggestions on: - pull_request_target: - # this argument is not required if you don't use the `suggestion-label` input - types: [ opened, reopened, synchronize, labeled, unlabeled ] + push: # Runs on all pushes to any branch + pull_request: # Runs on all PR events (open, sync, reopen) jobs: code-style: runs-on: ubuntu-latest