Skip to content

Commit 53d9478

Browse files
dependabot[bot]othillo
authored andcommitted
Bump actions/checkout from 3 to 4
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] <[email protected]>
1 parent 9989432 commit 53d9478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "8.2"
2424
steps:
2525
- name: "Checkout"
26-
uses: "actions/checkout@v3"
26+
uses: "actions/checkout@v4"
2727
- name: "Install PHP"
2828
uses: "shivammathur/setup-php@v2"
2929
with:
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: "ubuntu-20.04"
4848
steps:
4949
- name: "Checkout"
50-
uses: "actions/checkout@v3"
50+
uses: "actions/checkout@v4"
5151
- name: "Install PHP"
5252
uses: "shivammathur/setup-php@v2"
5353
with:

0 commit comments

Comments
 (0)