From 2c2fe6eedb0578f8dd62197b8dceed84411c1be0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 07:55:36 +0000 Subject: [PATCH] Update changelog and package version for the actions-v2.3.1 release of GitHub actions. --- packages/github-actions/CHANGELOG.md | 6 ++++++ packages/github-actions/package-lock.json | 4 ++-- packages/github-actions/package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index 9411e561..5269a78e 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-27 (2.3.1) +### Tweaked 🔧 +* Bump phpunit/phpunit from 9.6.7 to 9.6.34 in /packages/github-actions/actions/hook-documentation. (https://github.com/woocommerce/grow/pull/198) +* Bump rollup from 4.54.0 to 4.59.0 in /packages/github-actions. (https://github.com/woocommerce/grow/pull/208) +* Bump dependencies for `github-actions` package and align Node.js dev version to 20. (https://github.com/woocommerce/grow/pull/213) + ## 2026-01-02 (2.3.0) ### New Features 🎉 * Add support to the `get-plugin-releases` action for fetching releases from GitHub. (https://github.com/woocommerce/grow/pull/190) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index a9389d02..9172bbc7 100644 --- a/packages/github-actions/package-lock.json +++ b/packages/github-actions/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-grow-github-actions", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "woocommerce-grow-github-actions", - "version": "2.3.0", + "version": "2.3.1", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^3.0.0", diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index c9c3ac9c..f5d5d7e0 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "2.3.0", + "version": "2.3.1", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {