Skip to content

Commit 9c1c0ba

Browse files
github-actions(deps): bump actions/checkout from 3 to 4 (#167)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b3e7ec commit 9c1c0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: 'Checkout code'
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: 'Install PHP'
2020
uses: shivammathur/setup-php@v2
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: 'Checkout code'
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
- name: 'Install PHP'
4444
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)