[PECL-CVS] [pecl-networking-gearman] dependabot/github_actions/actions-640176b5ab: Bump actions/checkout from 6 to 7 in the actions group
[email protected] ("dependabot[bot] via GitHub") Fri, 19 Jun 2026 14:43:31 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2026-06-19T14:43:24Z Commit: https://github.com/php/pecl-networking-gearman/commit/dbad2420c31fb34f7fcd8b0042a1562736ee7e11 Raw diff: https://github.com/php/pecl-networking-gearman/commit/dbad2420c31fb34f7fcd8b0042a1562736ee7e11.diff Bump actions/checkout from 6 to 7 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Changed paths: M .github/workflows/ci.yml Diff: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1647bd8..8b19c06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: php-version: ${{ matrix.version }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install gearman on macOS if: ${{ matrix.os == 'macos-latest' }}