From 6d916dd9a8dd507d5ca7e032b6fb93b5738c2b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:07:11 +0000 Subject: [PATCH] Bump @backstage-community/plugin-github-actions in /src/packages/backend Bumps [@backstage-community/plugin-github-actions](https://github.com/backstage/community-plugins/tree/HEAD/workspaces/github-actions/plugins/github-actions) from 0.6.27 to 0.18.0. - [Changelog](https://github.com/backstage/community-plugins/blob/main/workspaces/github-actions/plugins/github-actions/CHANGELOG.md) - [Commits](https://github.com/backstage/community-plugins/commits/@backstage-community/plugin-github-actions@0.18.0/workspaces/github-actions/plugins/github-actions) --- updated-dependencies: - dependency-name: "@backstage-community/plugin-github-actions" dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/packages/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/backend/package.json b/src/packages/backend/package.json index ad0208a..2e9983b 100644 --- a/src/packages/backend/package.json +++ b/src/packages/backend/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@backstage-community/plugin-adr-backend": "^0.4.27", - "@backstage-community/plugin-github-actions": "^0.6.25", + "@backstage-community/plugin-github-actions": "^0.18.0", "@backstage-community/search-backend-module-adr": "^0.2.1", "@backstage/backend-defaults": "^0.13.1", "@backstage/backend-plugin-api": "^1.5.0",