Merge pull request #12327 from backstage/renovate/backstage-actions-0.x

chore(deps): update backstage/actions action to v0.2.1
This commit is contained in:
Ben Lambert
2022-06-30 13:17:30 +02:00
committed by GitHub
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 }}