Skip to content

Commit 272ec7b

Browse files
Bump actions/checkout from 4 to 5 (#21)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Progi1984 <progi1984@gmail.com>
1 parent 0cf38e5 commit 272ec7b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
### MkDocs
1616
- name: Setup Python
1717
uses: actions/setup-python@v6

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php-version: '7.4'
1717
extensions: xml
1818

19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Validate composer config
2222
run: composer validate --strict
@@ -53,7 +53,7 @@ jobs:
5353
php-version: ${{ matrix.php }}
5454
extensions: xml
5555

56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757

5858
- name: Composer Install
5959
run: composer install --ansi --prefer-dist --no-interaction --no-progress
@@ -85,7 +85,7 @@ jobs:
8585
extensions: xml
8686
coverage: ${{ (matrix.php == '8.1') && 'xdebug' || 'none' }}
8787

88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v5
8989

9090
- name: Install dependencies
9191
run: composer install --ansi --prefer-dist --no-interaction --no-progress
@@ -111,7 +111,7 @@ jobs:
111111
name: Roave Backwards Compatibility Check
112112
runs-on: ubuntu-latest
113113
steps:
114-
- uses: actions/checkout@v4
114+
- uses: actions/checkout@v5
115115
with:
116116
fetch-depth: 0
117117
- name: "Check for BC breaks"

docs/changes/0.4.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010

1111
## Miscellaneous
1212

13-
- Bump actions/setup-python from 5 to 6 by [@dependabot](https://github/dependabot) in [#22](https://github.com/PHPOffice/Math/pull/22)
13+
- Bump actions/setup-python from 5 to 6 by [@dependabot](https://github/dependabot) in [#22](https://github.com/PHPOffice/Math/pull/22)
14+
- Bump actions/checkout from 4 to 5 by [@dependabot](https://github/dependabot) in [#21](https://github.com/PHPOffice/Math/pull/21)

0 commit comments

Comments
 (0)