Skip to content

Commit 1f5532e

Browse files
Bump actions/checkout from 3 to 4 (#33)
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 479dff6 commit 1f5532e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "8.1"
2020

2121
steps:
22-
- uses: "actions/checkout@v3"
22+
- uses: "actions/checkout@v4"
2323
- uses: "shivammathur/setup-php@v2"
2424
with:
2525
coverage: "none"
@@ -47,7 +47,7 @@ jobs:
4747
code-coverage: "pcov"
4848

4949
steps:
50-
- uses: "actions/checkout@v3"
50+
- uses: "actions/checkout@v4"
5151
- uses: "shivammathur/setup-php@v2"
5252
with:
5353
coverage: "${{ matrix.code-coverage }}"
@@ -72,7 +72,7 @@ jobs:
7272
- "8.1"
7373

7474
steps:
75-
- uses: "actions/checkout@v3"
75+
- uses: "actions/checkout@v4"
7676
- uses: "shivammathur/setup-php@v2"
7777
with:
7878
coverage: "none"
@@ -91,7 +91,7 @@ jobs:
9191
- "8.1"
9292

9393
steps:
94-
- uses: "actions/checkout@v3"
94+
- uses: "actions/checkout@v4"
9595
- uses: "shivammathur/setup-php@v2"
9696
with:
9797
coverage: "none"

0 commit comments

Comments
 (0)