From 62e4de4849034ecf98fd11c6e6c24b26f9d4a2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 05:50:13 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/php.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75bcc0b..fbadf14 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@v4 + uses: actions/checkout@v5 ### MkDocs - name: Setup Python uses: actions/setup-python@v6 diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 5390049..0904926 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: php-version: '7.4' extensions: xml - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Validate composer config run: composer validate --strict @@ -53,7 +53,7 @@ jobs: php-version: ${{ matrix.php }} extensions: xml - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Composer Install run: composer install --ansi --prefer-dist --no-interaction --no-progress @@ -85,7 +85,7 @@ jobs: extensions: xml coverage: ${{ (matrix.php == '8.1') && 'xdebug' || 'none' }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: composer install --ansi --prefer-dist --no-interaction --no-progress @@ -111,7 +111,7 @@ jobs: name: Roave Backwards Compatibility Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: "Check for BC breaks" From 5befb419fc5b1ffe432e4455398f85ae97328c85 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 9 Sep 2025 07:52:07 +0200 Subject: [PATCH 2/2] Updated Changelog --- docs/changes/0.4.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes/0.4.0.md b/docs/changes/0.4.0.md index aff91b7..13ccde0 100644 --- a/docs/changes/0.4.0.md +++ b/docs/changes/0.4.0.md @@ -10,4 +10,5 @@ ## Miscellaneous -- Bump actions/setup-python from 5 to 6 by [@dependabot](https://github/dependabot) in [#22](https://github.com/PHPOffice/Math/pull/22) \ No newline at end of file +- Bump actions/setup-python from 5 to 6 by [@dependabot](https://github/dependabot) in [#22](https://github.com/PHPOffice/Math/pull/22) +- Bump actions/checkout from 4 to 5 by [@dependabot](https://github/dependabot) in [#21](https://github.com/PHPOffice/Math/pull/21) \ No newline at end of file