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 d2b8410 + b78a8bc commit 1df16bdCopy full SHA for 1df16bd
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
### MkDocs
16
- name: Setup Python
17
uses: actions/setup-python@v4
docs/changes/0.2.0.md
@@ -11,4 +11,5 @@
## Miscellaneous
- Github Action : Roave BC Check by [@Progi1984](https://github/Progi1984) in [#9](https://github.com/PHPOffice/Math/pull/9)
+- Bump actions/checkout from 2 to 4 by [@dependabot](https://github/dependabot) in [#10](https://github.com/PHPOffice/Math/pull/10)
- 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