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 }}