From 5c0f412d3f13e3394bdb5081157c1a5e81a97a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:32:39 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [StephaneBour/actions-php-lint](https://github.com/stephanebour/actions-php-lint), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `StephaneBour/actions-php-lint` from 8.2 to 8.4 - [Release notes](https://github.com/stephanebour/actions-php-lint/releases) - [Commits](https://github.com/stephanebour/actions-php-lint/compare/8.2...8.4) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: StephaneBour/actions-php-lint dependency-version: '8.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- .github/workflows/e2e-tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 668ac16..fbbe9ac 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ vars.RUNNER_STANDARD }} steps: - uses: actions/checkout@v6 - - uses: StephaneBour/actions-php-lint@8.2 + - uses: StephaneBour/actions-php-lint@8.4 with: dir: "." release: diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 210206c..0c0dd9e 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -64,7 +64,7 @@ jobs: done docker compose logs wpcli 2>&1 | grep -q "sleep infinity" || (echo "Bootstrap failed" && docker compose logs && exit 1) - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: "22" @@ -81,7 +81,7 @@ jobs: - name: Upload test results if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: playwright-report path: tests/e2e/test-results/