We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc31c8f + 3c84179 commit 6c17232Copy full SHA for 6c17232
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
### MkDocs
16
- name: Setup Python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: 3.x
20
- name: Install Python Dependencies
docs/changes/0.4.0.md
@@ -0,0 +1,13 @@
1
+# 0.4.0
2
+
3
+## Enhancements
4
5
+- N/A
6
7
+## Bug fixes
8
9
10
11
+## Miscellaneous
12
13
+- Bump actions/setup-python from 5 to 6 by [@dependabot](https://github/dependabot) in [#22](https://github.com/PHPOffice/Math/pull/22)
0 commit comments