Skip to content

Commit ebe9597

Browse files
[TASK] 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](actions/checkout@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] <[email protected]>
1 parent 2fbf811 commit ebe9597

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: "Checkout code"
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: "Setup PHP"
2222
uses: shivammathur/setup-php@v2

.github/workflows/rector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: "Checkout code"
1515
if: github.event.pull_request.head.repo.full_name == github.repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
# Must be used to trigger workflow after push
1919
token: ${{ secrets.ACCESS_TOKEN }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: "Setup PHP"
2929
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)