chore(deps): update backstage/actions action to v0.2.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-06-30 08:06:06 +00:00
committed by GitHub
parent e52384c252
commit a581804805
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
cron:
runs-on: ubuntu-latest
steps:
- uses: backstage/actions/cron@v0.1.12
- uses: backstage/actions/cron@v0.2.1
with:
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}
+1 -1
View File
@@ -10,4 +10,4 @@ jobs:
if: github.repository == 'backstage/backstage'
steps:
- name: Issue sync
uses: backstage/actions/issue-sync@v0.1.8
uses: backstage/actions/issue-sync@v0.2.1
+1 -1
View File
@@ -9,6 +9,6 @@ jobs:
if: github.repository == 'backstage/backstage'
steps:
- name: PR sync
uses: backstage/actions/pr-sync@v0.1.8
uses: backstage/actions/pr-sync@v0.2.1
with:
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}