From 2833fc0ce76ad27c4ba6d47f8f82f26167514321 Mon Sep 17 00:00:00 2001 From: "alchemax-housekeeper[bot]" <258233519+alchemax-housekeeper[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 00:24:23 +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 }}