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 10404c1 + d4709f1 commit d2b8410Copy full SHA for d2b8410
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v2
15
### MkDocs
16
- name: Setup Python
17
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
18
with:
19
python-version: 3.x
20
- name: Install Python Dependencies
docs/changes/0.2.0.md
@@ -10,4 +10,5 @@
10
11
## Miscellaneous
12
13
-- Github Action : Roave BC Check by [@Progi1984](https://github/Progi1984) in [#9](https://github.com/PHPOffice/Math/pull/9)
+- Github Action : Roave BC Check by [@Progi1984](https://github/Progi1984) in [#9](https://github.com/PHPOffice/Math/pull/9)
+- Bump actions/setup-python from 2 to 4 by [@dependabot](https://github/dependabot) in [#11](https://github.com/PHPOffice/Math/pull/11)
0 commit comments