Skip to content

Commit eb70382

Browse files
committed
ci: upgrade actions/checkout to version 5
1 parent 20b5f05 commit eb70382

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/apply-precommit.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 code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v5
1515
with:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717

.github/workflows/test-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212

1313
- name: Test if the documentation will render without warnings
1414
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- '8.3'
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Lint PHP
2121
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s lint
@@ -27,7 +27,7 @@ jobs:
2727
php: '8.2'
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Install testing system
3333
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s composerUpdate

0 commit comments

Comments
 (0)