From 491b7647df3c6c90615c96b96104728bbfc3129b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:07:06 +0000 Subject: [PATCH 1/2] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ac43191..75bcc0b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 ### MkDocs - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.x - name: Install Python Dependencies From 3c84179d9e485b595fb7f955ab6c690e48b5a503 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 9 Sep 2025 07:47:44 +0200 Subject: [PATCH 2/2] Updated Changelog --- docs/changes/0.4.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/changes/0.4.0.md diff --git a/docs/changes/0.4.0.md b/docs/changes/0.4.0.md new file mode 100644 index 0000000..aff91b7 --- /dev/null +++ b/docs/changes/0.4.0.md @@ -0,0 +1,13 @@ +# 0.4.0 + +## Enhancements + +- N/A + +## Bug fixes + +- N/A + +## Miscellaneous + +- Bump actions/setup-python from 5 to 6 by [@dependabot](https://github/dependabot) in [#22](https://github.com/PHPOffice/Math/pull/22) \ No newline at end of file