Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2025-08-11T21:48:18Z
Commit: https://github.com/php/web-php/commit/ae7dfdc6b34c6c0592ae54af607e7468b4e86643 Raw diff: https://github.com/php/web-php/commit/ae7dfdc6b34c6c0592ae54af607e7468b4e86643.diff github-actions(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Changed paths: M .github/workflows/integrate.yaml M .github/workflows/pr-preview.yml M .github/workflows/update-screenshots.yaml Diff: diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 933a196f87..519be110e1 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Set up PHP" uses: "shivammathur/setup-php@v2" @@ -66,7 +66,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Set up PHP" uses: "shivammathur/setup-php@v2" @@ -122,7 +122,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Set up PHP" uses: "shivammathur/setup-php@v2" diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 0d5e88c6dc..92be6bbbb8 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -8,7 +8,7 @@ jobs: runs-on: "ubuntu-22.04" if: "github.repository_owner == 'php' && github.event.label.name == 'Status: Preview Allowed'" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: "refs/pull/${{ github.event.number }}/merge" @@ -53,7 +53,7 @@ jobs: HTTP_HOST: "localhost:8080" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: "refs/pull/${{ github.event.number }}/merge" diff --git a/.github/workflows/update-screenshots.yaml b/.github/workflows/update-screenshots.yaml index ab182041b5..23333cbf17 100644 --- a/.github/workflows/update-screenshots.yaml +++ b/.github/workflows/update-screenshots.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4" + uses: "actions/checkout@v5" - name: "Set up PHP" uses: "shivammathur/setup-php@v2"