Skip to content

Commit 8bd5fc0

Browse files
authored
chore: update actions v2 (#15)
1 parent 3ede3f2 commit 8bd5fc0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/update-deps-github-actions.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,17 @@ jobs:
1515
id: app
1616
uses: actions/create-github-app-token@v3
1717
with:
18-
app-id: ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
18+
client-id: ${{ vars.HOUSEKEEPING_BOT_APP_ID }}
1919
private-key: ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }}
2020
owner: ${{ github.repository_owner }}
2121

2222
- name: Update GitHub Actions
23-
uses: alchemaxinc/update-deps/actions@v1
23+
uses: alchemaxinc/update-deps/actions@v2
2424
with:
2525
token: ${{ steps.app.outputs.token }}
2626
app-slug: alchemax-housekeeper
2727
auto-merge: 'true'
2828
base-branch: 'main'
29-
prefixes: 'actions'
3029
file-glob: '.github/**/*.yml'
3130
branch-prefix: 'update-actions'
3231
pr-title: 'chore: Update GitHub Actions'

0 commit comments

Comments
 (0)