diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f14dcb7..f8e36a2 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@v4 + uses: actions/setup-python@v5 with: python-version: 3.x - name: Install Python Dependencies diff --git a/docs/changes/0.2.0.md b/docs/changes/0.2.0.md index 32df6dc..d5ad7c2 100644 --- a/docs/changes/0.2.0.md +++ b/docs/changes/0.2.0.md @@ -12,4 +12,5 @@ - 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) \ No newline at end of file +- Bump actions/setup-python from 2 to 4 by [@dependabot](https://github/dependabot) in [#11](https://github.com/PHPOffice/Math/pull/11) +- Bump actions/setup-python from 4 to 5 by [@dependabot](https://github/dependabot) in [#12](https://github.com/PHPOffice/Math/pull/12) \ No newline at end of file