From 221408d03beaa54d135e9a0b14ce94effa65a481 Mon Sep 17 00:00:00 2001 From: Ansel Robateau Date: Tue, 4 Nov 2025 15:08:12 -0600 Subject: [PATCH 1/2] chore: update package version to v2.26.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33c54e7..414cf9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions", - "version": "2.25.1", + "version": "2.26.0", "description": "Used to store GitHub actions for use across the enterprise", "scripts": { "test": "./tooling/scripts/run_tests.sh", From 6134e563620031ec3d61ab55d371656147d693e6 Mon Sep 17 00:00:00 2001 From: Ansel Robateau Date: Mon, 5 Jan 2026 10:01:16 -0600 Subject: [PATCH 2/2] chore: update package version to v2.26.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33c54e7..dd08c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions", - "version": "2.25.1", + "version": "2.26.1", "description": "Used to store GitHub actions for use across the enterprise", "scripts": { "test": "./tooling/scripts/run_tests.sh",