From 4a941191141545051a5b36cb0cf8f89b376df4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:09:36 +0000 Subject: [PATCH 1/2] Bump stefanzweifel/git-auto-commit-action from 5 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/literate.yml | 2 +- .github/workflows/run_burgers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/literate.yml b/.github/workflows/literate.yml index 3e74b21..45ec6ae 100644 --- a/.github/workflows/literate.yml +++ b/.github/workflows/literate.yml @@ -30,6 +30,6 @@ jobs: include("make.jl") ' - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Autogenerate markdown and notebook diff --git a/.github/workflows/run_burgers.yml b/.github/workflows/run_burgers.yml index fbcb608..34f2f0a 100644 --- a/.github/workflows/run_burgers.yml +++ b/.github/workflows/run_burgers.yml @@ -32,6 +32,6 @@ jobs: - run: | git pull - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Run Burgers notebook From a9ebb55cca8936ead5e7c582da09c03d8f1cd039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:10:22 +0000 Subject: [PATCH 2/2] Autogenerate markdown and notebook --- tutorials/burgers.ipynb | 6 +++--- tutorials/navier_stokes_spectral.ipynb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/burgers.ipynb b/tutorials/burgers.ipynb index 2e72b45..57d5eb7 100644 --- a/tutorials/burgers.ipynb +++ b/tutorials/burgers.ipynb @@ -2047,11 +2047,11 @@ "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", - "version": "1.10.5" + "version": "1.12.0" }, "kernelspec": { - "name": "julia-1.10", - "display_name": "Julia 1.10.5", + "name": "julia-1.12", + "display_name": "Julia 1.12.0", "language": "julia" } }, diff --git a/tutorials/navier_stokes_spectral.ipynb b/tutorials/navier_stokes_spectral.ipynb index 2751a38..cf1b2ba 100644 --- a/tutorials/navier_stokes_spectral.ipynb +++ b/tutorials/navier_stokes_spectral.ipynb @@ -1363,11 +1363,11 @@ "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", - "version": "1.10.5" + "version": "1.12.0" }, "kernelspec": { - "name": "julia-1.10", - "display_name": "Julia 1.10.5", + "name": "julia-1.12", + "display_name": "Julia 1.12.0", "language": "julia" } },