From 9d7ba48b8c14590bf8c4fec25d0dd9ca3a3a8857 Mon Sep 17 00:00:00 2001 From: Kaspar Lyngsie Date: Wed, 29 Apr 2026 22:43:10 +0200 Subject: [PATCH] chore: update actions v2 --- .github/workflows/update-deps-github-actions.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-deps-github-actions.yml b/.github/workflows/update-deps-github-actions.yml index c62d492..cb6a81f 100644 --- a/.github/workflows/update-deps-github-actions.yml +++ b/.github/workflows/update-deps-github-actions.yml @@ -15,18 +15,17 @@ jobs: id: app uses: actions/create-github-app-token@v3 with: - app-id: ${{ vars.HOUSEKEEPING_BOT_APP_ID }} + client-id: ${{ vars.HOUSEKEEPING_BOT_APP_ID }} private-key: ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - name: Update GitHub Actions - uses: alchemaxinc/update-deps/actions@v1 + uses: alchemaxinc/update-deps/actions@v2 with: token: ${{ steps.app.outputs.token }} app-slug: alchemax-housekeeper auto-merge: 'true' base-branch: 'main' - prefixes: 'actions' file-glob: '.github/**/*.yml' branch-prefix: 'update-actions' pr-title: 'chore: Update GitHub Actions'