Skip to content

Commit c1954c6

Browse files
build(deps): bump backstage/actions from 0.6.16 to 0.6.17 (#239)
Bumps [backstage/actions](https://github.com/backstage/actions) from 0.6.16 to 0.6.17. - [Release notes](https://github.com/backstage/actions/releases) - [Commits](backstage/actions@v0.6.16...v0.6.17) --- updated-dependencies: - dependency-name: backstage/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e404590 commit c1954c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automate_changeset_feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: fetch base
3838
run: git fetch --depth 1 origin ${{ github.base_ref }}
3939

40-
- uses: backstage/actions/[email protected].16
40+
- uses: backstage/actions/[email protected].17
4141
name: Generate feedback
4242
with:
4343
diff-ref: "origin/main"

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: audit
2424

2525
- name: PR sync
26-
uses: backstage/actions/[email protected].16
26+
uses: backstage/actions/[email protected].17
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
app-id: ${{ secrets.BACKSTAGE_BOT_APPLICATION_ID }}

0 commit comments

Comments
 (0)