From 48a6bc79aaed6416672840dde037705afaa4c76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 06:39:02 +0000 Subject: [PATCH] Bump @backstage-community/plugin-github-actions 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.8.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.8.0/workspaces/github-actions/plugins/github-actions) --- updated-dependencies: - dependency-name: "@backstage-community/plugin-github-actions" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backstage/packages/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage/packages/backend/package.json b/backstage/packages/backend/package.json index 94f1602..b938095 100644 --- a/backstage/packages/backend/package.json +++ b/backstage/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.8.0", "@backstage-community/search-backend-module-adr": "^0.2.1", "@backstage/backend-defaults": "^0.5.3", "@backstage/backend-plugin-api": "^1.0.2",