From 3019562ea5f465d2534c75a07bc99eea85ea98d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:40:36 +0000 Subject: [PATCH] build(deps): bump backstage/actions from 0.6.17 to 0.7.8 Bumps [backstage/actions](https://github.com/backstage/actions) from 0.6.17 to 0.7.8. - [Release notes](https://github.com/backstage/actions/releases) - [Commits](https://github.com/backstage/actions/compare/v0.6.17...v0.7.8) --- updated-dependencies: - dependency-name: backstage/actions dependency-version: 0.7.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/automate_changeset_feedback.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automate_changeset_feedback.yml b/.github/workflows/automate_changeset_feedback.yml index 49fedab4..818276bb 100644 --- a/.github/workflows/automate_changeset_feedback.yml +++ b/.github/workflows/automate_changeset_feedback.yml @@ -37,7 +37,7 @@ jobs: - name: fetch base run: git fetch --depth 1 origin ${{ github.base_ref }} - - uses: backstage/actions/changeset-feedback@v0.6.17 + - uses: backstage/actions/changeset-feedback@v0.7.8 name: Generate feedback with: diff-ref: "origin/main" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e854ef03..1662c831 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: PR sync - uses: backstage/actions/pr-sync@v0.6.17 + uses: backstage/actions/pr-sync@v0.7.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} app-id: ${{ secrets.BACKSTAGE_BOT_APPLICATION_ID }}