From 941d9cc18e08a254923534980ab82fcbd417fa02 Mon Sep 17 00:00:00 2001 From: "alchemax-housekeeper[bot]" <258233519+alchemax-housekeeper[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:26:11 +0000 Subject: [PATCH] chore: update github actions --- .github/workflows/update-deps-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-deps-github-actions.yml b/.github/workflows/update-deps-github-actions.yml index 347e2f6..69d6e63 100644 --- a/.github/workflows/update-deps-github-actions.yml +++ b/.github/workflows/update-deps-github-actions.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Create temporary GitHub App Token id: app - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: owner: ${{ github.repository_owner }} app-id: ${{ vars.HOUSEKEEPING_BOT_APP_ID }}