Skip to content

Commit ad65e50

Browse files
Bump actions/checkout from 5 to 6 (#23)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 272ec7b commit ad65e50

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@v5
14+
uses: actions/checkout@v6
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@v5
19+
- uses: actions/checkout@v6
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@v5
56+
- uses: actions/checkout@v6
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@v5
88+
- uses: actions/checkout@v6
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@v5
114+
- uses: actions/checkout@v6
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
@@ -11,4 +11,5 @@
1111
## Miscellaneous
1212

1313
- 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)
14+
- Bump actions/checkout from 4 to 5 by [@dependabot](https://github/dependabot) in [#21](https://github.com/PHPOffice/Math/pull/21)
15+
- Bump actions/checkout from 5 to 6 by [@dependabot](https://github/dependabot) in [#23](https://github.com/PHPOffice/Math/pull/23)

0 commit comments

Comments
 (0)