Skip to content

Commit 38c6ba2

Browse files
Bump actions/checkout from 3 to 4 (#9)
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 d9b8301 commit 38c6ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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 }}"
@@ -80,7 +80,7 @@ jobs:
8080
- "8.1"
8181

8282
steps:
83-
- uses: "actions/checkout@v3"
83+
- uses: "actions/checkout@v4"
8484
- uses: "shivammathur/setup-php@v2"
8585
with:
8686
coverage: "none"

0 commit comments

Comments
 (0)