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" 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