From 6548e875f6714170bf17965592abba7bdc795734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:27:58 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 3325b67..f14dcb7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 ### MkDocs - name: Setup Python uses: actions/setup-python@v4 From b78a8bc143775d31bb4dc59a7504eb96b2b0e957 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 27 Sep 2023 13:29:07 +0200 Subject: [PATCH 2/2] Updated changelog --- docs/changes/0.2.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes/0.2.0.md b/docs/changes/0.2.0.md index 3377170..32df6dc 100644 --- a/docs/changes/0.2.0.md +++ b/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) \ No newline at end of file