Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#13)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent d711f06 commit d511816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "8.1"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
code-coverage: "pcov"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
coverage: "${{ matrix.code-coverage }}"
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- "8.1"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
Expand All @@ -101,7 +101,7 @@ jobs:
- "8.1"

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
Expand Down

0 comments on commit d511816

Please sign in to comment.