From f35b82549572b53ff8b324e4fbf5b99856892d4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 08:51:23 +0000 Subject: [PATCH] Update non-major-updates to v7 --- .github/workflows/pull-requests.yml | 2 +- .github/workflows/release.yml | 4 ++-- Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index b82b607..8b38a65 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out code 🛒 - uses: actions/checkout@v5 + uses: actions/checkout@v7 id: code-checkout - name: Validate composer.json and composer.lock 🎼 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9a6030..c4f6c9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out code 🛒 - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Setup PHP 🐫 uses: shivammathur/setup-php@v2 @@ -32,7 +32,7 @@ jobs: needs: [ lint ] steps: - name: Check out code 🛒 - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Build package 🔧 id: build-package diff --git a/Dockerfile b/Dockerfile index 597957b..82889f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:6.9.4-php8.3-apache +FROM wordpress:7.0.2-php8.3-apache RUN apt-get update && \ apt-get install -y --no-install-recommends ssl-cert && \