Skip to content

Commit

Permalink
Merge pull request #109 from backstage/renovate/backstage-actions-0.x
Browse files Browse the repository at this point in the history
chore(deps): update backstage/actions action to v0.6.0
  • Loading branch information
Rugvip authored Jan 27, 2023
2 parents 665cd04 + ca591a6 commit 67ca379
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: backstage/actions/cron@v0.5.12
- uses: backstage/actions/cron@v0.6.0
with:
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:

steps:
- name: Sync Issues
uses: backstage/actions/issue-sync@v0.5.12
uses: backstage/actions/issue-sync@v0.6.0
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
const prNumber = artifact.name.slice('pr_number-'.length)
core.setOutput('pr-number', prNumber);
- uses: backstage/actions/re-review@v0.5.12
- uses: backstage/actions/re-review@v0.6.0
with:
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ github.event.pull_request || github.event.issue.pull_request }}

steps:
- uses: backstage/actions/pr-sync@v0.5.12
- uses: backstage/actions/pr-sync@v0.6.0
with:
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
Expand Down

0 comments on commit 67ca379

Please sign in to comment.